Package com.jayway.jsonpath
-
Interface Summary Interface Description Configuration.Defaults DocumentContext EvaluationListener A listener that can be registered on aConfiguration
that is notified when a result is added to the result of this path evaluation.EvaluationListener.FoundResult MapFunction Returns a new representation for the input value.ParseContext Predicate Predicate.PredicateContext ReadContext WriteContext -
Class Summary Class Description Configuration Immutable configuration objectConfiguration.ConfigurationBuilder Configuration builderCriteria Filter Filter.AndFilter Filter.OrFilter Filter.SingleFilter JsonPath JsonPath is to JSON what XPATH is to XML, a simple way to extract parts of a given document.TypeRef<T> Used to specify generic type information inReadContext
TypeRef ref = new TypeRef
- >() { };
-
Enum Summary Enum Description EvaluationListener.EvaluationContinuation Option -
Exception Summary Exception Description InvalidCriteriaException InvalidJsonException InvalidModificationException InvalidPathException JsonPathException PathNotFoundException ValueCompareException