| Modifier and Type | Method and Description |
|---|---|
static void |
JsonObjectFieldsValidator.checkThatFieldCanBeSet(ObjectJsonType currentObjectJson,
PathMetadata currentPathMetaData,
String propertyKey) |
| Constructor and Description |
|---|
JsonObjectsTraverseResolver(Map<AlgorithmType,JsonTypeResolver> algorithms,
Map<String,Object> properties,
String propertyKey,
PathMetadata rootPathMetaData,
ObjectJsonType coreObjectJsonType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectJsonType.merge(ObjectJsonType mergeWith,
PathMetadata currentPathMetadata) |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectJsonType |
JsonTypeResolver.currentObjectJsonType |
| Modifier and Type | Method and Description |
|---|---|
ObjectJsonType |
ArrayJsonTypeResolver.traverse(PathMetadata currentPathMetaData) |
abstract ObjectJsonType |
JsonTypeResolver.traverse(PathMetadata currentPathMetaData) |
ObjectJsonType |
ObjectJsonTypeResolver.traverse(PathMetadata currentPathMetaData) |
ObjectJsonType |
PrimitiveJsonTypesResolver.traverse(PathMetadata currentPathMetaData) |
ObjectJsonType |
JsonTypeResolver.traverseOnObjectAndInitByField(DataForResolve dataForResolve) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectJsonType |
JsonObjectHelper.createObjectJsonType(com.google.gson.JsonElement parsedJson,
String propertyKey) |
| Modifier and Type | Method and Description |
|---|---|
ObjectJsonType |
DataForResolve.getCurrentObjectJsonType() |
| Constructor and Description |
|---|
DataForResolve(Map<String,Object> properties,
String propertyKey,
ObjectJsonType currentObjectJsonType,
PathMetadata currentPathMetaData) |
Copyright © 2020. All rights reserved.