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.PathNode |
asExistsCheck(boolean shouldExist) |
ValueNode.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, asPatternNode, asPredicateNode, asStringNode, asUndefinedNode, asValueListNode, createBooleanNode, createClassNode, createJsonNode, createJsonNode, createNullNode, createNumberNode, createPathNode, createPathNode, createPatternNode, createPatternNode, createStringNode, createUndefinedNode, isBooleanNode, isClassNode, isJsonNode, isNullNode, isNumberNode, 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 ValueNode.PathNode asPathNode()
asPathNode
in class ValueNode
public ValueNode.PathNode asExistsCheck(boolean shouldExist)
public ValueNode evaluate(Predicate.PredicateContext ctx)
Copyright © 2018. All rights reserved.