public static class ValueNodes.StringNode extends ValueNode
Modifier and Type | Method and Description |
---|---|
ValueNodes.NumberNode |
asNumberNode() |
ValueNodes.StringNode |
asStringNode() |
boolean |
contains(String str) |
boolean |
equals(Object o) |
String |
getString() |
boolean |
isEmpty() |
boolean |
isStringNode() |
int |
length() |
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, isNumberNode, isOffsetDateTimeNode, isPathNode, isPatternNode, isPredicateNode, isUndefinedNode, isValueListNode, toValueNode
public ValueNodes.NumberNode asNumberNode()
asNumberNode
in class ValueNode
public String getString()
public int length()
public boolean isEmpty()
public boolean contains(String str)
public Class<?> type(Predicate.PredicateContext ctx)
public boolean isStringNode()
isStringNode
in class ValueNode
public ValueNodes.StringNode asStringNode()
asStringNode
in class ValueNode
Copyright © 2024. All rights reserved.