Package | Description |
---|---|
com.jayway.jsonpath | |
com.jayway.jsonpath.internal.filter |
Modifier and Type | Method and Description |
---|---|
Filter |
Filter.and(Predicate other) |
static Filter |
Filter.filter(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(String filter)
Parses a filter.
|
Modifier and Type | Method and Description |
---|---|
static Filter |
FilterCompiler.compile(String filterString) |
Copyright © 2018. All rights reserved.