Package com.jayway.jsonpath
-
Interface Summary Interface Description Configuration.Defaults DocumentContext EvaluationListener A listener that can be registered on aConfigurationthat 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 Parses JSON as specified by the usedJsonProvider.Predicate Predicate.PredicateContext ReadContext WriteContext -
Class Summary Class Description Configuration Immutable configuration objectConfiguration.ConfigurationBuilder Configuration builderCriteria Filter 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 inReadContextTypeRef ref = new TypeRef- >() { };
-
Enum Summary Enum Description EvaluationListener.EvaluationContinuation Option -
Exception Summary Exception Description InvalidCriteriaException InvalidJsonException InvalidModificationException InvalidPathException JsonPathException PathNotFoundException ValueCompareException