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