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.PredicateNodeasPredicateNode()booleanequals(java.lang.Object o)PredicategetPredicate()booleanisPredicateNode()java.lang.StringtoString()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:
asPredicateNodein classValueNode
-
type
public java.lang.Class<?> type(Predicate.PredicateContext ctx)
-
isPredicateNode
public boolean isPredicateNode()
- Overrides:
isPredicateNodein classValueNode
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-