Class JsonType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<JsonTypeAttribute> attributes
      Definition of the attributes of this type.
      java.lang.String name
      Name of this type.
      java.lang.String type
      Type if this is not a struct.
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonType()  
    • 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
        Name of this type.

        Required.

      • type

        public java.lang.String type
        Type if this is not a struct.
      • attributes

        public final java.util.List<JsonTypeAttribute> attributes
        Definition of the attributes of this type.
    • Constructor Detail

      • JsonType

        public JsonType()