Package com.jayway.jsonpath
package com.jayway.jsonpath
-
ClassDescriptionImmutable configuration objectConfiguration builderA listener that can be registered on a
Configurationthat is notified when a result is added to the result of this path evaluation.JsonPath is to JSON what XPATH is to XML, a simple way to extract parts of a given document.Returns a new representation for the input value.Parses JSON as specified by the usedJsonProvider.TypeRef<T>Used to specify generic type information inReadContextTypeRef ref = new TypeRef<List>() { };