Class JsonColumn

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      Column name.
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonColumn()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(ModelHandler handler)  
      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
        Column name.

        Required, and must be unique within the table.

    • Constructor Detail

      • JsonColumn

        public JsonColumn()