public static class ExpressionsVisitor.SelectorArrayNode
extends com.fasterxml.jackson.databind.node.ArrayNode
| Constructor and Description |
|---|
SelectorArrayNode(com.fasterxml.jackson.databind.node.JsonNodeFactory nc) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAsSelectionGroup(com.fasterxml.jackson.databind.JsonNode group)
Adds the specified elements to two lists: 1.
|
List<com.fasterxml.jackson.databind.JsonNode> |
getSelectionGroups() |
_add, _at, _childrenEqual, _insert, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addAll, addAll, addArray, addNull, addObject, addPOJO, addRawValue, asToken, deepCopy, elements, equals, equals, findParent, findParents, findValue, findValues, findValuesAsText, get, get, getNodeType, hashCode, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insertArray, insertNull, insertObject, insertPOJO, isArray, isEmpty, path, path, remove, removeAll, serialize, serializeWithType, set, size, toStringarrayNode, arrayNode, asText, binaryNode, binaryNode, booleanNode, nullNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, objectNode, pojoNode, rawValueNode, textNodefindPath, numberType, traverse, traverseasBoolean, asBoolean, asDouble, asDouble, asInt, asInt, asLong, asLong, asText, at, at, bigIntegerValue, binaryValue, booleanValue, canConvertToInt, canConvertToLong, decimalValue, doubleValue, fieldNames, fields, findParents, findValues, findValuesAsText, floatValue, has, has, hasNonNull, hasNonNull, intValue, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainerNode, isDouble, isFloat, isFloatingPointNumber, isInt, isIntegralNumber, isLong, isMissingNode, isNull, isNumber, isObject, isPojo, isShort, isTextual, isValueNode, iterator, longValue, numberValue, shortValue, textValue, with, withArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic SelectorArrayNode(com.fasterxml.jackson.databind.node.JsonNodeFactory nc)
public void addAsSelectionGroup(com.fasterxml.jackson.databind.JsonNode group)
group - JsonNode containing the group definitionspublic List<com.fasterxml.jackson.databind.JsonNode> getSelectionGroups()
Copyright © 2020. All rights reserved.