Class Type

  • Direct Known Subclasses:
    Entity

    public abstract class Type
    extends Object
    • Constructor Detail

      • Type

        public Type()
    • Method Detail

      • getUnknownProperties

        public Map<String,​Object> getUnknownProperties()
        Get all unknown properties (or an empty map). The result of mutating the resulting map is undefined and may result in an error.
      • setUnknownProperties

        public void setUnknownProperties​(Map<String,​Object> unknownProperties)
        Set the unknown properties for this type. The values are copied to an immutable map. Note, these values are NOT serialized into the type.