ValueNode.BooleanNode, ValueNode.ClassNode, ValueNode.JsonNode, ValueNode.NullNode, ValueNode.NumberNode, ValueNode.PathNode, ValueNode.PatternNode, ValueNode.PredicateNode, ValueNode.StringNode, ValueNode.UndefinedNode, ValueNode.ValueListNode
Modifier and Type | Method and Description |
---|---|
ValueNode.NullNode |
asNullNode() |
boolean |
equals(Object o) |
boolean |
isNullNode() |
String |
toString() |
Class<?> |
type(Predicate.PredicateContext ctx) |
asBooleanNode, asClassNode, asJsonNode, asNumberNode, asPathNode, asPatternNode, asPredicateNode, asStringNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNumberNode, isPathNode, isPatternNode, isPredicateNode, isStringNode, isUndefinedNode, isValueListNode, toValueNode
public Class<?> type(Predicate.PredicateContext ctx)
public boolean isNullNode()
isNullNode
in class ValueNode
public ValueNode.NullNode asNullNode()
asNullNode
in class ValueNode
Copyright © 2020. All rights reserved.