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.NumberNode |
asNumberNode() |
boolean |
equals(Object o) |
BigDecimal |
getNumber() |
boolean |
isNumberNode() |
String |
toString() |
Class<?> |
type(Predicate.PredicateContext ctx) |
asBooleanNode, asClassNode, asJsonNode, asNullNode, asPathNode, asPatternNode, asPredicateNode, asStringNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isPathNode, isPatternNode, isPredicateNode, isStringNode, isUndefinedNode, isValueListNode, toValueNode
public BigDecimal getNumber()
public Class<?> type(Predicate.PredicateContext ctx)
public boolean isNumberNode()
isNumberNode
in class ValueNode
public ValueNode.NumberNode asNumberNode()
asNumberNode
in class ValueNode
Copyright © 2022. All rights reserved.