Class ValueNode.UndefinedNode
- java.lang.Object
-
- com.jayway.jsonpath.internal.filter.ValueNode
-
- com.jayway.jsonpath.internal.filter.ValueNode.UndefinedNode
-
-
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 UndefinedNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueNode.UndefinedNodeasUndefinedNode()booleanequals(java.lang.Object o)booleanisUndefinedNode()java.lang.Class<?>type(Predicate.PredicateContext ctx)-
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
-
-
-
-
Method Detail
-
type
public java.lang.Class<?> type(Predicate.PredicateContext ctx)
-
asUndefinedNode
public ValueNode.UndefinedNode asUndefinedNode()
- Overrides:
asUndefinedNodein classValueNode
-
isUndefinedNode
public boolean isUndefinedNode()
- Overrides:
isUndefinedNodein classValueNode
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-