Package com.jayway.jsonpath
Interface Predicate
-
- All Known Implementing Classes:
Criteria
,ExpressionNode
,Filter
,Filter.AndFilter
,Filter.OrFilter
,Filter.SingleFilter
,FilterCompiler.CompiledFilter
,LogicalExpressionNode
,RelationalExpressionNode
public interface Predicate
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Predicate.PredicateContext
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
apply(Predicate.PredicateContext ctx)
-
-
-
Method Detail
-
apply
boolean apply(Predicate.PredicateContext ctx)
-
-