Uses of Class
manifold.api.json.codegen.schema.Type
-
Packages that use Type Package Description manifold.api.json.codegen manifold.api.json.codegen.schema -
-
Uses of Type in manifold.api.json.codegen
Methods in manifold.api.json.codegen that return Type Modifier and Type Method Description TypeJsonBasicType. getJsonType()Constructors in manifold.api.json.codegen with parameters of type Type Constructor Description JsonBasicType(Type type, TypeAttributes typeAttributes) -
Uses of Type in manifold.api.json.codegen.schema
Methods in manifold.api.json.codegen.schema that return Type Modifier and Type Method Description static TypeType. fromName(String schemaName)static TypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type[]Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-