| Package | Description |
|---|---|
| manifold.api.json | |
| manifold.api.json.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrantType |
class |
JsonListType |
class |
JsonStructureType |
| Modifier and Type | Method and Description |
|---|---|
IJsonParentType |
JsonSimpleType.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 |
JsonSchemaType |
class |
JsonUnionType |
| Modifier and Type | Method and Description |
|---|---|
IJsonParentType |
LazyRefJsonType.getParent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
JsonSchemaType.mergeInnerTypes(IJsonParentType other,
IJsonParentType mergedType,
Map<String,IJsonParentType> innerTypes) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
JsonSchemaType.mergeInnerTypes(IJsonParentType other,
IJsonParentType mergedType,
Map<String,IJsonParentType> innerTypes) |
Copyright © 2018. All rights reserved.