Uses of Class
manifold.api.json.codegen.schema.JsonEnumType
-
Packages that use JsonEnumType Package Description manifold.api.json.codegen manifold.api.json.codegen.schema -
-
Uses of JsonEnumType in manifold.api.json.codegen
Methods in manifold.api.json.codegen that return JsonEnumType Modifier and Type Method Description protected JsonEnumTypeJsonStructureType. makeEnumType(Collection<? extends IJsonType> types) -
Uses of JsonEnumType in manifold.api.json.codegen.schema
Methods in manifold.api.json.codegen.schema that return JsonEnumType Modifier and Type Method Description JsonEnumTypeJsonUnionType. getCollapsedEnumType()Constructors in manifold.api.json.codegen.schema with parameters of type JsonEnumType Constructor Description JsonEnumType(JsonEnumType enum1, JsonEnumType enum2, JsonSchemaType parent, String name)
-