| Package | Description |
|---|---|
| manifold.api.json | |
| manifold.api.json.schema |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IJsonParentType |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicType |
class |
JsonListType |
class |
JsonSchemaType |
class |
JsonSimpleType |
class |
JsonStructureType |
| Modifier and Type | Method and Description |
|---|---|
IJsonType |
JsonStructureType.findMemberType(String name) |
IJsonType |
JsonListType.getComponentType() |
IJsonType |
JsonListType.merge(JsonListType other) |
static IJsonType |
Json.mergeTypes(IJsonType type1,
IJsonType type2) |
static IJsonType |
Json.transformJsonObject(String name,
JsonSchemaType parent,
Object jsonObj) |
| Modifier and Type | Method and Description |
|---|---|
List<IJsonType> |
JsonSchemaType.getDefinitions() |
default List<IJsonType> |
IJsonType.getDefinitions() |
Map<String,IJsonType> |
JsonStructureType.getMembers() |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonStructureType.addMember(String name,
IJsonType type) |
static IJsonType |
Json.mergeTypes(IJsonType type1,
IJsonType type2) |
void |
JsonListType.setComponentType(IJsonType compType) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSchemaType.setDefinitions(List<IJsonType> definitions) |
default void |
IJsonType.setDefinitions(List<IJsonType> definitions) |
| Modifier and Type | Method and Description |
|---|---|
static IJsonType |
JsonSchemaTransformer.transform(String name,
Bindings docObj) |
Copyright © 2017. All rights reserved.