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 classFilter.AndFilterprivate static classFilter.OrFilterprivate static classFilter.SingleFilterMethods in com.jayway.jsonpath that return Filter Modifier and Type Method Description FilterFilter. and(Predicate other)FilterFilter.AndFilter. and(Predicate other)FilterFilter.OrFilter. and(Predicate other)static FilterFilter. filter(Predicate predicate)Creates a new Filter based on given criteriastatic FilterFilter. filter(java.util.Collection<Predicate> predicates)Create a new Filter based on given list of criteria.FilterFilter. or(Predicate other)static FilterFilter. 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 classFilterCompiler.CompiledFilterMethods in com.jayway.jsonpath.internal.filter that return Filter Modifier and Type Method Description static FilterFilterCompiler. compile(java.lang.String filterString)
-