| Package | Description |
|---|---|
| com.jayway.jsonpath | |
| com.jayway.jsonpath.internal.filter |
| Modifier and Type | Class and Description |
|---|---|
private static class |
Filter.AndFilter |
private static class |
Filter.OrFilter |
private static class |
Filter.SingleFilter |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.and(Predicate other) |
Filter |
Filter.AndFilter.and(Predicate other) |
Filter |
Filter.OrFilter.and(Predicate other) |
static Filter |
Filter.filter(java.util.Collection<Predicate> predicates)
Create a new Filter based on given list of criteria.
|
static Filter |
Filter.filter(Predicate predicate)
Creates a new Filter based on given criteria
|
Filter |
Filter.or(Predicate other) |
static Filter |
Filter.parse(java.lang.String filter)
Parses a filter.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
FilterCompiler.CompiledFilter |
| Modifier and Type | Method and Description |
|---|---|
static Filter |
FilterCompiler.compile(java.lang.String filterString) |