public static class PathExpressionVisitor.Getter extends PathExpressionVisitor
PathExpressionVisitor.Getter, PathExpressionVisitor.SetterERR_INDEX_VAR_UNSET| Constructor and Description |
|---|
Getter(com.fasterxml.jackson.databind.JsonNode json,
Integer indexVarValue) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.JsonNode |
reachedArrayIndex(com.fasterxml.jackson.databind.node.ArrayNode array,
int index) |
protected com.fasterxml.jackson.databind.JsonNode |
reachedObjectField(com.fasterxml.jackson.databind.node.ObjectNode object,
String fieldName) |
ERR_ARR_INDEX_OUT_OF_BOUNDS, ERR_FIELD_ON_NON_OBJECT, ERR_INDEX_ON_NON_ARRAY, main, visitPathvisitArray_index, visitIdaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic Getter(com.fasterxml.jackson.databind.JsonNode json,
Integer indexVarValue)
protected com.fasterxml.jackson.databind.JsonNode reachedObjectField(com.fasterxml.jackson.databind.node.ObjectNode object,
String fieldName)
reachedObjectField in class PathExpressionVisitorprotected com.fasterxml.jackson.databind.JsonNode reachedArrayIndex(com.fasterxml.jackson.databind.node.ArrayNode array,
int index)
reachedArrayIndex in class PathExpressionVisitorCopyright © 2020. All rights reserved.