Package | Description |
---|---|
com.jayway.jsonpath.internal.filter |
Modifier and Type | Class and Description |
---|---|
static class |
ValueNode.BooleanNode |
static class |
ValueNode.ClassNode |
static class |
ValueNode.JsonNode |
static class |
ValueNode.NullNode |
static class |
ValueNode.NumberNode |
static class |
ValueNode.PathNode |
static class |
ValueNode.PatternNode |
static class |
ValueNode.PredicateNode |
static class |
ValueNode.StringNode |
static class |
ValueNode.UndefinedNode |
static class |
ValueNode.ValueListNode |
Modifier and Type | Method and Description |
---|---|
ValueNode |
ValueNode.JsonNode.asValueListNode(Predicate.PredicateContext ctx) |
static ValueNode |
ValueNode.createPathNode(Path path) |
ValueNode |
ValueNode.PathNode.evaluate(Predicate.PredicateContext ctx) |
static ValueNode |
ValueNode.toValueNode(Object o) |
Modifier and Type | Method and Description |
---|---|
List<ValueNode> |
ValueNode.ValueListNode.getNodes() |
Iterator<ValueNode> |
ValueNode.ValueListNode.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
ValueNode.ValueListNode.contains(ValueNode node) |
boolean |
Evaluator.evaluate(ValueNode left,
ValueNode right,
Predicate.PredicateContext ctx) |
Constructor and Description |
---|
RelationalExpressionNode(ValueNode left,
RelationalOperator relationalOperator,
ValueNode right) |
Copyright © 2024. All rights reserved.