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