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