Class ValueNode.PredicateNode
java.lang.Object
com.jayway.jsonpath.internal.filter.ValueNode
com.jayway.jsonpath.internal.filter.ValueNode.PredicateNode
- Enclosing class:
ValueNode
-
Nested Class Summary
Nested classes/interfaces inherited from class com.jayway.jsonpath.internal.filter.ValueNode
ValueNode.BooleanNode, ValueNode.ClassNode, ValueNode.JsonNode, ValueNode.NullNode, ValueNode.NumberNode, ValueNode.PathNode, ValueNode.PatternNode, ValueNode.PredicateNode, ValueNode.StringNode, ValueNode.UndefinedNode, ValueNode.ValueListNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jayway.jsonpath.internal.filter.ValueNode
asBooleanNode, asClassNode, asJsonNode, asNullNode, asNumberNode, asPathNode, asPatternNode, asStringNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isNumberNode, isPathNode, isPatternNode, isStringNode, isUndefinedNode, isValueListNode, toValueNode
-
Field Details
-
predicate
-
-
Constructor Details
-
PredicateNode
-
-
Method Details
-
getPredicate
-
asPredicateNode
- Overrides:
asPredicateNode
in classValueNode
-
type
-
isPredicateNode
public boolean isPredicateNode()- Overrides:
isPredicateNode
in classValueNode
-
equals
-
toString
-