Class FilterCompiler.CompiledFilter
- java.lang.Object
-
- com.jayway.jsonpath.Filter
-
- com.jayway.jsonpath.internal.filter.FilterCompiler.CompiledFilter
-
- All Implemented Interfaces:
Predicate
- Enclosing class:
- FilterCompiler
private static final class FilterCompiler.CompiledFilter extends Filter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.jayway.jsonpath.Predicate
Predicate.PredicateContext
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CompiledFilter(Predicate predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
apply(Predicate.PredicateContext ctx)
java.lang.String
toString()
-
-
-
Field Detail
-
predicate
private final Predicate predicate
-
-
Constructor Detail
-
CompiledFilter
private CompiledFilter(Predicate predicate)
-
-
Method Detail
-
apply
public boolean apply(Predicate.PredicateContext ctx)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-