Class TypeAttributes


  • public final class TypeAttributes
    extends Object
    TypeAttributes contains attributes that "decorate" a type. These attributes modify an existing type with information separate from the type's internal definition. Such attributes include "nullable", "default value", "readOnly", etc.
    • Constructor Detail

      • TypeAttributes

        public TypeAttributes()
      • TypeAttributes

        public TypeAttributes​(Boolean nullable)
      • TypeAttributes

        public TypeAttributes​(manifold.rt.api.Bindings bindings)
      • TypeAttributes

        public TypeAttributes​(Boolean nullable,
                              manifold.rt.api.Bindings jsonObj)