Class JsonCustomTable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String factory
      Name of the factory class for this table.
      java.util.Map<java.lang.String,​java.lang.Object> operand
      Contains attributes to be passed to the factory.
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonCustomTable()  
    • 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

      • factory

        public java.lang.String factory
        Name of the factory class for this table.

        Required. Must implement interface TableFactory and have a public default constructor.

      • operand

        public java.util.Map<java.lang.String,​java.lang.Object> operand
        Contains attributes to be passed to the factory.

        May be a JSON object (represented as Map) or null.

    • Constructor Detail

      • JsonCustomTable

        public JsonCustomTable()