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, toValueNodepublic static ValueNodes.NumberNode NAN
public ValueNodes.StringNode asStringNode()
asStringNode in class ValueNodepublic BigDecimal getNumber()
public Class<?> type(Predicate.PredicateContext ctx)
public boolean isNumberNode()
isNumberNode in class ValueNodepublic ValueNodes.NumberNode asNumberNode()
asNumberNode in class ValueNodeCopyright © 2025. All rights reserved.