Class ColDefJson


  • public class ColDefJson
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ColDefJson()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<ColumnDefinition> fromJSON​(java.lang.String v)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _Name

        @SerializedName("name")
        public java.lang.String _Name
      • _Type

        @SerializedName("type")
        public ColumnType _Type
      • _Multi

        @SerializedName("multi")
        public boolean _Multi
      • _Nullable

        @SerializedName("nullable")
        public boolean _Nullable
      • _Descr

        @SerializedName("desc")
        public java.lang.String _Descr
    • Constructor Detail

      • ColDefJson

        public ColDefJson()
    • Method Detail

      • fromJSON

        public static java.util.List<ColumnDefinition> fromJSON​(java.lang.String v)
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception