Package | Description |
---|---|
manifold.api.json | |
manifold.api.json.codegen | |
manifold.api.json.codegen.schema |
Modifier and Type | Method and Description |
---|---|
IJsonParentType |
JsonModel.getType() |
Modifier and Type | Class and Description |
---|---|
class |
ErrantType |
class |
JsonListType |
class |
JsonStructureType
The main JSON type reflecting name/value pair bindings.
|
Modifier and Type | Method and Description |
---|---|
IJsonParentType |
JsonBasicType.getParent() |
IJsonParentType |
IJsonType.getParent() |
IJsonParentType |
DynamicType.getParent() |
Modifier and Type | Method and Description |
---|---|
Map<String,IJsonParentType> |
JsonStructureType.getInnerTypes() |
Map<String,IJsonParentType> |
JsonListType.getInnerTypes() |
Modifier and Type | Method and Description |
---|---|
void |
JsonStructureType.addChild(String name,
IJsonParentType type) |
void |
JsonListType.addChild(String name,
IJsonParentType type) |
void |
IJsonParentType.addChild(String name,
IJsonParentType child) |
Modifier and Type | Class and Description |
---|---|
class |
JsonEnumType
Transform JSON Schema enum to Java enum:
|
class |
JsonSchemaType
The base JSON Schema type.
|
class |
JsonUnionType |
Modifier and Type | Method and Description |
---|---|
IJsonParentType |
LazyRefJsonType.getParent() |
IJsonParentType |
JsonFormatType.getParent()
Format types never have a parent.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
JsonSchemaType.mergeInnerTypes(IJsonParentType other,
IJsonParentType mergedType,
Map<String,IJsonParentType> innerTypes) |
void |
JsonSchemaType.setParent(IJsonParentType parent) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
JsonSchemaType.mergeInnerTypes(IJsonParentType other,
IJsonParentType mergedType,
Map<String,IJsonParentType> innerTypes) |
Copyright © 2024. All rights reserved.