| 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 |
|---|---|
java.util.Map<java.lang.String,IJsonParentType> |
JsonStructureType.getInnerTypes() |
java.util.Map<java.lang.String,IJsonParentType> |
JsonListType.getInnerTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonStructureType.addChild(java.lang.String name,
IJsonParentType type) |
void |
JsonListType.addChild(java.lang.String name,
IJsonParentType type) |
void |
IJsonParentType.addChild(java.lang.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,
java.util.Map<java.lang.String,IJsonParentType> innerTypes) |
void |
JsonSchemaType.setParent(IJsonParentType parent) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
JsonSchemaType.mergeInnerTypes(IJsonParentType other,
IJsonParentType mergedType,
java.util.Map<java.lang.String,IJsonParentType> innerTypes) |
Copyright © 2022. All rights reserved.