Class ValueNode.PredicateNode
- java.lang.Object
-
- com.jayway.jsonpath.internal.filter.ValueNode
-
- com.jayway.jsonpath.internal.filter.ValueNode.PredicateNode
-
-
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
-
-
Constructor Summary
Constructors Constructor Description PredicateNode(Predicate predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueNode.PredicateNode
asPredicateNode()
boolean
equals(java.lang.Object o)
Predicate
getPredicate()
boolean
isPredicateNode()
java.lang.String
toString()
java.lang.Class<?>
type(Predicate.PredicateContext ctx)
-
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 Detail
-
predicate
private final Predicate predicate
-
-
Constructor Detail
-
PredicateNode
public PredicateNode(Predicate predicate)
-
-
Method Detail
-
getPredicate
public Predicate getPredicate()
-
asPredicateNode
public ValueNode.PredicateNode asPredicateNode()
- Overrides:
asPredicateNode
in classValueNode
-
type
public java.lang.Class<?> type(Predicate.PredicateContext ctx)
-
isPredicateNode
public boolean isPredicateNode()
- Overrides:
isPredicateNode
in classValueNode
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-