Class ValueNode.UndefinedNode
java.lang.Object
com.jayway.jsonpath.internal.filter.ValueNode
com.jayway.jsonpath.internal.filter.ValueNode.UndefinedNode
- 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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jayway.jsonpath.internal.filter.ValueNode
asBooleanNode, asClassNode, asJsonNode, asNullNode, asNumberNode, asPathNode, asPatternNode, asPredicateNode, asStringNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isNumberNode, isPathNode, isPatternNode, isPredicateNode, isStringNode, isValueListNode, toValueNode
-
Constructor Details
-
UndefinedNode
public UndefinedNode()
-
-
Method Details
-
type
-
asUndefinedNode
- Overrides:
asUndefinedNode
in classValueNode
-
isUndefinedNode
public boolean isUndefinedNode()- Overrides:
isUndefinedNode
in classValueNode
-
equals
-