public static class ValueNodes.NumberNode extends ValueNode
Modifier and Type | Field and Description |
---|---|
static ValueNodes.NumberNode |
NAN |
Modifier and Type | Method and Description |
---|---|
ValueNodes.NumberNode |
asNumberNode() |
ValueNodes.StringNode |
asStringNode() |
boolean |
equals(Object o) |
BigDecimal |
getNumber() |
boolean |
isNumberNode() |
String |
toString() |
Class<?> |
type(Predicate.PredicateContext ctx) |
asBooleanNode, asClassNode, asJsonNode, asNullNode, asOffsetDateTimeNode, asPathNode, asPatternNode, asPredicateNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createOffsetDateTimeNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isOffsetDateTimeNode, isPathNode, isPatternNode, isPredicateNode, isStringNode, isUndefinedNode, isValueListNode, toValueNode
public static ValueNodes.NumberNode NAN
public ValueNodes.StringNode asStringNode()
asStringNode
in class ValueNode
public BigDecimal getNumber()
public Class<?> type(Predicate.PredicateContext ctx)
public boolean isNumberNode()
isNumberNode
in class ValueNode
public ValueNodes.NumberNode asNumberNode()
asNumberNode
in class ValueNode
Copyright © 2024. All rights reserved.