Class ValueNode.BooleanNode
- java.lang.Object
-
- com.jayway.jsonpath.internal.filter.ValueNode
-
- com.jayway.jsonpath.internal.filter.ValueNode.BooleanNode
-
-
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 Modifier Constructor Description private
BooleanNode(java.lang.CharSequence boolValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueNode.BooleanNode
asBooleanNode()
boolean
equals(java.lang.Object o)
boolean
getBoolean()
boolean
isBooleanNode()
java.lang.String
toString()
java.lang.Class<?>
type(Predicate.PredicateContext ctx)
-
Methods inherited from class com.jayway.jsonpath.internal.filter.ValueNode
asClassNode, asJsonNode, asNullNode, asNumberNode, asPathNode, asPatternNode, asPredicateNode, asStringNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isClassNode, isJsonNode, isNullNode, isNumberNode, isPathNode, isPatternNode, isPredicateNode, isStringNode, isUndefinedNode, isValueListNode, toValueNode
-
-
-
-
Method Detail
-
type
public java.lang.Class<?> type(Predicate.PredicateContext ctx)
-
isBooleanNode
public boolean isBooleanNode()
- Overrides:
isBooleanNode
in classValueNode
-
asBooleanNode
public ValueNode.BooleanNode asBooleanNode()
- Overrides:
asBooleanNode
in classValueNode
-
getBoolean
public boolean getBoolean()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
-