Uses of Class
com.jayway.jsonpath.internal.filter.ValueNode
Packages that use ValueNode
-
Uses of ValueNode in com.jayway.jsonpath
Fields in com.jayway.jsonpath declared as ValueNodeModifier and TypeFieldDescriptionprivate ValueNode
Criteria.left
private ValueNode
Criteria.right
Constructors in com.jayway.jsonpath with parameters of type ValueNode -
Uses of ValueNode in com.jayway.jsonpath.internal.filter
Subclasses of ValueNode in com.jayway.jsonpath.internal.filterModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Fields in com.jayway.jsonpath.internal.filter declared as ValueNodeModifier and TypeFieldDescriptionprivate final ValueNode
RelationalExpressionNode.left
private final ValueNode
RelationalExpressionNode.right
Fields in com.jayway.jsonpath.internal.filter with type parameters of type ValueNodeMethods in com.jayway.jsonpath.internal.filter that return ValueNodeModifier and TypeMethodDescriptionValueNode.JsonNode.asValueListNode
(Predicate.PredicateContext ctx) static ValueNode
ValueNode.createPathNode
(Path path) ValueNode.PathNode.evaluate
(Predicate.PredicateContext ctx) private ValueNode
FilterCompiler.readLiteral()
private ValueNode
FilterCompiler.readValueNode()
static ValueNode
ValueNode.toValueNode
(Object o) Methods in com.jayway.jsonpath.internal.filter that return types with arguments of type ValueNodeModifier and TypeMethodDescriptionValueNode.ValueListNode.getNodes()
ValueNode.ValueListNode.iterator()
Methods in com.jayway.jsonpath.internal.filter with parameters of type ValueNodeModifier and TypeMethodDescriptionboolean
boolean
Evaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.AllEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.ContainsEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.EmptyEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.EqualsEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.ExistsEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.GreaterThanEqualsEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.GreaterThanEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.InEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.LessThanEqualsEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.LessThanEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.NotEqualsEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.NotInEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.PredicateMatchEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.RegexpEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.SizeEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) boolean
EvaluatorFactory.TypeEvaluator.evaluate
(ValueNode left, ValueNode right, Predicate.PredicateContext ctx) Constructors in com.jayway.jsonpath.internal.filter with parameters of type ValueNodeModifierConstructorDescriptionRelationalExpressionNode
(ValueNode left, RelationalOperator relationalOperator, ValueNode right)