ValueNode.BooleanNode, ValueNode.ClassNode, ValueNode.JsonNode, ValueNode.NullNode, ValueNode.NumberNode, ValueNode.PathNode, ValueNode.PatternNode, ValueNode.PredicateNode, ValueNode.StringNode, ValueNode.UndefinedNode, ValueNode.ValueListNode
Constructor and Description |
---|
ValueListNode(Collection<?> values) |
Modifier and Type | Method and Description |
---|---|
ValueNode.ValueListNode |
asValueListNode() |
boolean |
contains(ValueNode node) |
boolean |
equals(Object o) |
List<ValueNode> |
getNodes() |
boolean |
isValueListNode() |
Iterator<ValueNode> |
iterator() |
String |
toString() |
Class<?> |
type(Predicate.PredicateContext ctx) |
asBooleanNode, asClassNode, asJsonNode, asNullNode, asNumberNode, asPathNode, asPatternNode, asPredicateNode, asStringNode, asUndefinedNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isNumberNode, isPathNode, isPatternNode, isPredicateNode, isStringNode, isUndefinedNode, toValueNode
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public ValueListNode(Collection<?> values)
public boolean contains(ValueNode node)
public Class<?> type(Predicate.PredicateContext ctx)
public boolean isValueListNode()
isValueListNode
in class ValueNode
public ValueNode.ValueListNode asValueListNode()
asValueListNode
in class ValueNode
Copyright © 2018. All rights reserved.