Uses of Interface
manifold.api.json.codegen.IJsonParentType
-
Packages that use IJsonParentType Package Description manifold.api.json manifold.api.json.codegen manifold.api.json.codegen.schema -
-
Uses of IJsonParentType in manifold.api.json
Methods in manifold.api.json that return IJsonParentType Modifier and Type Method Description IJsonParentTypeJsonModel. getType() -
Uses of IJsonParentType in manifold.api.json.codegen
Classes in manifold.api.json.codegen that implement IJsonParentType Modifier and Type Class Description classErrantTypeclassJsonListTypeclassJsonStructureTypeThe main JSON type reflecting name/value pair bindings.Methods in manifold.api.json.codegen that return IJsonParentType Modifier and Type Method Description IJsonParentTypeDynamicType. getParent()IJsonParentTypeIJsonType. getParent()IJsonParentTypeJsonBasicType. getParent()Methods in manifold.api.json.codegen that return types with arguments of type IJsonParentType Modifier and Type Method Description Map<String,IJsonParentType>JsonListType. getInnerTypes()Map<String,IJsonParentType>JsonStructureType. getInnerTypes()Methods in manifold.api.json.codegen with parameters of type IJsonParentType Modifier and Type Method Description voidIJsonParentType. addChild(String name, IJsonParentType child)voidJsonListType. addChild(String name, IJsonParentType type)voidJsonStructureType. addChild(String name, IJsonParentType type) -
Uses of IJsonParentType in manifold.api.json.codegen.schema
Classes in manifold.api.json.codegen.schema that implement IJsonParentType Modifier and Type Class Description classJsonEnumTypeTransform JSON Schema enum to Java enum:classJsonSchemaTypeThe base JSON Schema type.classJsonUnionTypeMethods in manifold.api.json.codegen.schema that return IJsonParentType Modifier and Type Method Description IJsonParentTypeJsonFormatType. getParent()Format types never have a parent.IJsonParentTypeLazyRefJsonType. getParent()Methods in manifold.api.json.codegen.schema with parameters of type IJsonParentType Modifier and Type Method Description protected booleanJsonSchemaType. mergeInnerTypes(IJsonParentType other, IJsonParentType mergedType, Map<String,IJsonParentType> innerTypes)voidJsonSchemaType. setParent(IJsonParentType parent)Method parameters in manifold.api.json.codegen.schema with type arguments of type IJsonParentType Modifier and Type Method Description protected booleanJsonSchemaType. mergeInnerTypes(IJsonParentType other, IJsonParentType mergedType, Map<String,IJsonParentType> innerTypes)
-