Class ValueNode.PathNode
java.lang.Object
com.jayway.jsonpath.internal.filter.ValueNode
com.jayway.jsonpath.internal.filter.ValueNode.PathNode
- Enclosing class:
ValueNode
-
Nested Class Summary
Nested classes/interfaces inherited from class 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
-
Method Summary
Modifier and TypeMethodDescriptionasExistsCheck(boolean shouldExist) getPath()booleanbooleanbooleantoString()Class<?> Methods inherited from class ValueNode
asBooleanNode, asClassNode, asJsonNode, asNullNode, asNumberNode, asPatternNode, asPredicateNode, asStringNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isNumberNode, isPatternNode, isPredicateNode, isStringNode, isUndefinedNode, isValueListNode, toValueNode
-
Method Details
-
getPath
-
isExistsCheck
public boolean isExistsCheck() -
shouldExists
public boolean shouldExists() -
type
-
isPathNode
public boolean isPathNode()- Overrides:
isPathNodein classValueNode
-
asPathNode
- Overrides:
asPathNodein classValueNode
-
asExistsCheck
-
toString
-
evaluate
-