| Package | Description |
|---|---|
| manifold.api.json |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonListType |
class |
JsonSchemaType |
class |
JsonStructureType |
| Modifier and Type | Method and Description |
|---|---|
IJsonParentType |
JsonStructureType.findChild(String name) |
IJsonParentType |
JsonListType.findChild(String name) |
IJsonParentType |
IJsonParentType.findChild(String name) |
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() |
List<IJsonParentType> |
JsonStructureType.getSuperTypes() |
| 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) |
void |
JsonStructureType.addSuper(IJsonParentType superType) |
Copyright © 2017. All rights reserved.