Class ValueNodes.ValueListNode
java.lang.Object
com.jayway.jsonpath.internal.filter.ValueNode
com.jayway.jsonpath.internal.filter.ValueNodes.ValueListNode
- Enclosing interface:
ValueNodes
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jayway.jsonpath.internal.filter.ValueNode
asBooleanNode, asClassNode, asJsonNode, asNullNode, asNumberNode, asOffsetDateTimeNode, asPathNode, asPatternNode, asPredicateNode, asStringNode, asUndefinedNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createOffsetDateTimeNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isNumberNode, isOffsetDateTimeNode, isPathNode, isPatternNode, isPredicateNode, isStringNode, isUndefinedNode, toValueNodeMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
nodes
-
-
Constructor Details
-
ValueListNode
-
-
Method Details
-
contains
-
subsetof
-
getNodes
-
type
-
isValueListNode
public boolean isValueListNode()- Overrides:
isValueListNodein classValueNode
-
asValueListNode
- Overrides:
asValueListNodein classValueNode
-
toString
-
equals
-
iterator
-