Uses of Class
manifold.api.json.codegen.schema.JsonSchemaType
-
Packages that use JsonSchemaType Package Description manifold.api.json manifold.api.json.codegen manifold.api.json.codegen.schema -
-
Uses of JsonSchemaType in manifold.api.json
Methods in manifold.api.json with parameters of type JsonSchemaType Modifier and Type Method Description static IJsonTypeJsonTransformer. transformJsonObject(manifold.api.host.IManifoldHost host, String name, manifold.api.fs.IFile source, JsonSchemaType parent, Object jsonObj)static IJsonTypeJsonTransformer. transformJsonObject(manifold.api.host.IManifoldHost host, String name, JsonSchemaType parent, Object jsonObj) -
Uses of JsonSchemaType in manifold.api.json.codegen
Subclasses of JsonSchemaType in manifold.api.json.codegen Modifier and Type Class Description classErrantTypeclassJsonListTypeclassJsonStructureTypeThe main JSON type reflecting name/value pair bindings.Constructors in manifold.api.json.codegen with parameters of type JsonSchemaType Constructor Description JsonListType(String label, manifold.api.fs.IFile source, JsonSchemaType parent, TypeAttributes attr)JsonStructureType(JsonSchemaType parent, manifold.api.fs.IFile source, String name, TypeAttributes attr) -
Uses of JsonSchemaType in manifold.api.json.codegen.schema
Subclasses of JsonSchemaType in manifold.api.json.codegen.schema Modifier and Type Class Description classJsonEnumTypeTransform JSON Schema enum to Java enum:classJsonUnionTypeMethods in manifold.api.json.codegen.schema that return JsonSchemaType Modifier and Type Method Description JsonSchemaTypeJsonSchemaType. copyWithAttributes(TypeAttributes attributes)JsonSchemaTypeJsonSchemaType. getParent()Methods in manifold.api.json.codegen.schema with parameters of type JsonSchemaType Modifier and Type Method Description protected voidJsonSchemaType. addTypeReferenceAnnotation(StringBuilder sb, int indent, JsonSchemaType type)protected StringJsonSchemaType. getFqn(JsonSchemaType type)Constructors in manifold.api.json.codegen.schema with parameters of type JsonSchemaType Constructor Description JsonEnumType(JsonEnumType enum1, JsonEnumType enum2, JsonSchemaType parent, String name)JsonSchemaType(String name, manifold.api.fs.IFile source, JsonSchemaType parent, TypeAttributes attr)JsonUnionType(JsonSchemaType parent, manifold.api.fs.IFile source, String name, TypeAttributes attr)
-