Package com.jayway.jsonpath
Class Filter.OrFilter
- java.lang.Object
-
- com.jayway.jsonpath.Filter
-
- com.jayway.jsonpath.Filter.OrFilter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.jayway.jsonpath.Predicate
Predicate.PredicateContext
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter
and(Predicate other)
boolean
apply(Predicate.PredicateContext ctx)
java.lang.String
toString()
-
-
-
Method Detail
-
apply
public boolean apply(Predicate.PredicateContext ctx)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-