Uses of Interface
com.jayway.jsonpath.Predicate
Packages that use Predicate
Package
Description
-
Uses of Predicate in com.jayway.jsonpath
Classes in com.jayway.jsonpath that implement PredicateModifier and TypeClassDescriptionclassclassprivate static final classprivate static final classprivate static final classFields in com.jayway.jsonpath declared as PredicateModifier and TypeFieldDescriptionprivate final PredicateFilter.OrFilter.leftprivate final PredicateFilter.SingleFilter.predicateprivate final PredicateFilter.OrFilter.rightFields in com.jayway.jsonpath with type parameters of type PredicateMethods in com.jayway.jsonpath with parameters of type PredicateModifier and TypeMethodDescriptionAdd value to arraystatic JsonPathCompiles a JsonPathDeletes the given pathstatic FilterCreates a new Filter based on given criteriaWriteContext.map(String path, MapFunction mapFunction, Predicate... filters) Replaces the value on the given path with the result of theMapFunction.Thematchesoperator checks that an object matches the given predicate.Add or update the key with a the given value at the given pathstatic <T> TCreates a new JsonPath and applies it to the provided Json objectstatic <T> TJsonPath.read(InputStream jsonInputStream, String jsonPath, Predicate... filters) Creates a new JsonPath and applies it to the provided Json objectstatic <T> TCreates a new JsonPath and applies it to the provided Json objectstatic <T> TCreates a new JsonPath and applies it to the provided Json stringstatic <T> TCreates a new JsonPath and applies it to the provided Json object<T> TReads the given path from this context<T> TReads the given path from this contextRenames the last key element of a given path.Set the value a the given pathMethod parameters in com.jayway.jsonpath with type arguments of type PredicateModifier and TypeMethodDescriptionstatic FilterFilter.filter(Collection<Predicate> predicates) Create a new Filter based on given list of criteria.Constructors in com.jayway.jsonpath with parameters of type PredicateConstructor parameters in com.jayway.jsonpath with type arguments of type Predicate -
Uses of Predicate in com.jayway.jsonpath.internal
Methods in com.jayway.jsonpath.internal with parameters of type PredicateModifier and TypeMethodDescriptionJsonContext.map(String path, MapFunction mapFunction, Predicate... filters) <T> T<T> T -
Uses of Predicate in com.jayway.jsonpath.internal.filter
Classes in com.jayway.jsonpath.internal.filter that implement PredicateModifier and TypeClassDescriptionclassprivate static final classclassclassFields in com.jayway.jsonpath.internal.filter declared as PredicateModifier and TypeFieldDescriptionprivate final PredicateFilterCompiler.CompiledFilter.predicateprivate final PredicateValueNode.PredicateNode.predicateMethods in com.jayway.jsonpath.internal.filter that return PredicateModifier and TypeMethodDescriptionFilterCompiler.compile()ValueNode.PredicateNode.getPredicate()Constructors in com.jayway.jsonpath.internal.filter with parameters of type PredicateModifierConstructorDescriptionprivateCompiledFilter(Predicate predicate) PredicateNode(Predicate predicate) -
Uses of Predicate in com.jayway.jsonpath.internal.path
Fields in com.jayway.jsonpath.internal.path with type parameters of type PredicateModifier and TypeFieldDescriptionprivate final LinkedList<Predicate> PathCompiler.filterStackprivate final Collection<Predicate> PredicatePathToken.predicatesMethods in com.jayway.jsonpath.internal.path with parameters of type PredicateModifier and TypeMethodDescriptionstatic Pathstatic PathTokenPathTokenFactory.createPredicatePathToken(Predicate predicate) Method parameters in com.jayway.jsonpath.internal.path with type arguments of type PredicateModifier and TypeMethodDescriptionstatic PathTokenPathTokenFactory.createPredicatePathToken(Collection<Predicate> predicates) Constructors in com.jayway.jsonpath.internal.path with parameters of type PredicateConstructor parameters in com.jayway.jsonpath.internal.path with type arguments of type PredicateModifierConstructorDescriptionprivatePathCompiler(String path, LinkedList<Predicate> filterStack) (package private)PredicatePathToken(Collection<Predicate> predicates)