boolean |
RelationalExpressionNode.apply(Predicate.PredicateContext ctx) |
boolean |
LogicalExpressionNode.apply(Predicate.PredicateContext ctx) |
ValueNode |
ValueNodes.JsonNode.asValueListNode(Predicate.PredicateContext ctx) |
boolean |
ValueNodes.JsonNode.equals(ValueNodes.JsonNode jsonNode,
Predicate.PredicateContext ctx) |
ValueNode |
ValueNodes.PathNode.evaluate(Predicate.PredicateContext ctx) |
boolean |
Evaluator.evaluate(ValueNode left,
ValueNode right,
Predicate.PredicateContext ctx) |
boolean |
ValueNodes.JsonNode.isArray(Predicate.PredicateContext ctx) |
boolean |
ValueNodes.JsonNode.isEmpty(Predicate.PredicateContext ctx) |
boolean |
ValueNodes.JsonNode.isMap(Predicate.PredicateContext ctx) |
int |
ValueNodes.JsonNode.length(Predicate.PredicateContext ctx) |
Object |
ValueNodes.JsonNode.parse(Predicate.PredicateContext ctx) |
abstract Class<?> |
ValueNode.type(Predicate.PredicateContext ctx) |
Class<?> |
ValueNodes.PatternNode.type(Predicate.PredicateContext ctx) |
Class<?> |
ValueNodes.JsonNode.type(Predicate.PredicateContext ctx) |
Class<?> |
ValueNodes.StringNode.type(Predicate.PredicateContext ctx) |
Class<?> |
ValueNodes.NumberNode.type(Predicate.PredicateContext ctx) |
Class<?> |
ValueNodes.OffsetDateTimeNode.type(Predicate.PredicateContext ctx) |
Class<?> |
ValueNodes.BooleanNode.type(Predicate.PredicateContext ctx) |
Class<?> |
ValueNodes.ClassNode.type(Predicate.PredicateContext ctx) |
Class<?> |
ValueNodes.NullNode.type(Predicate.PredicateContext ctx) |
Class<?> |
ValueNodes.UndefinedNode.type(Predicate.PredicateContext ctx) |
Class<?> |
ValueNodes.PredicateNode.type(Predicate.PredicateContext ctx) |
Class<?> |
ValueNodes.ValueListNode.type(Predicate.PredicateContext ctx) |
Class<?> |
ValueNodes.PathNode.type(Predicate.PredicateContext ctx) |