クラス FromPGPathConverter

  • すべての実装されたインタフェース:
    com.sqlapp.data.converter.Converter<com.sqlapp.data.geometry.Path>, java.io.Serializable

    public class FromPGPathConverter
    extends AbstractFromObjectConverter<com.sqlapp.data.geometry.Path,​org.postgresql.geometric.PGpath>
    関連項目:
    直列化された形式
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      FromPGPathConverter()  
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      protected com.sqlapp.data.geometry.Path clone​(com.sqlapp.data.geometry.Path value)  
      com.sqlapp.data.geometry.Path copy​(java.lang.Object obj)  
      protected java.lang.Class<org.postgresql.geometric.PGpath> getObjectClass()  
      protected boolean isInstanceof​(java.lang.Object value)  
      protected boolean isTargetInstanceof​(java.lang.Object value)  
      protected com.sqlapp.data.geometry.Path toObject​(org.postgresql.geometric.PGpath value)  
      protected com.sqlapp.data.geometry.Path toObjectFromString​(java.lang.String value)  
      • クラスから継承されたメソッド com.sqlapp.data.converter.AbstractConverter

        convertObject, convertString, equals, getDefaultValue, hashCode, setDefaultValue
      • クラスから継承されたメソッド java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • コンストラクタの詳細

      • FromPGPathConverter

        public FromPGPathConverter()
    • メソッドの詳細

      • copy

        public com.sqlapp.data.geometry.Path copy​(java.lang.Object obj)
        定義:
        copy インタフェース内 com.sqlapp.data.converter.Converter<com.sqlapp.data.geometry.Path>
        オーバーライド:
        copy クラス内 AbstractFromObjectConverter<com.sqlapp.data.geometry.Path,​org.postgresql.geometric.PGpath>
      • isInstanceof

        protected boolean isInstanceof​(java.lang.Object value)
        定義:
        isInstanceof クラス内 AbstractFromObjectConverter<com.sqlapp.data.geometry.Path,​org.postgresql.geometric.PGpath>
      • toObjectFromString

        protected com.sqlapp.data.geometry.Path toObjectFromString​(java.lang.String value)
        定義:
        toObjectFromString クラス内 AbstractFromObjectConverter<com.sqlapp.data.geometry.Path,​org.postgresql.geometric.PGpath>
      • toObject

        protected com.sqlapp.data.geometry.Path toObject​(org.postgresql.geometric.PGpath value)
        定義:
        toObject クラス内 AbstractFromObjectConverter<com.sqlapp.data.geometry.Path,​org.postgresql.geometric.PGpath>
      • clone

        protected com.sqlapp.data.geometry.Path clone​(com.sqlapp.data.geometry.Path value)
        定義:
        clone クラス内 AbstractFromObjectConverter<com.sqlapp.data.geometry.Path,​org.postgresql.geometric.PGpath>
      • getObjectClass

        protected java.lang.Class<org.postgresql.geometric.PGpath> getObjectClass()
        定義:
        getObjectClass クラス内 AbstractFromObjectConverter<com.sqlapp.data.geometry.Path,​org.postgresql.geometric.PGpath>