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.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, asNumberNode, asPathNode, asPatternNode, asPredicateNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isNumberNode, isPathNode, isPatternNode, isPredicateNode, isUndefinedNode, isValueListNode, toValueNode
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 ValueNode.StringNode asStringNode()
asStringNode
in class ValueNode
Copyright © 2021. All rights reserved.