- get(String) - Method in class com.jayway.jsonpath.internal.Cache
-
- get(URL) - Method in interface com.jayway.jsonpath.spi.http.HttpProvider
-
- getArrayIndex(Object, int) - Method in class com.jayway.jsonpath.internal.spi.json.AbstractJsonProvider
-
Extracts a value from an array
- getArrayIndex(Object, int, boolean) - Method in class com.jayway.jsonpath.internal.spi.json.AbstractJsonProvider
-
- getArrayIndex(Object, int) - Method in class com.jayway.jsonpath.internal.spi.json.GsonJsonProvider
-
- getArrayIndex(Object, int, boolean) - Method in class com.jayway.jsonpath.internal.spi.json.GsonJsonProvider
-
- getArrayIndex(Object, int) - Method in class com.jayway.jsonpath.internal.spi.json.JacksonJsonNodeJsonProvider
-
- getArrayIndex(Object, int, boolean) - Method in class com.jayway.jsonpath.internal.spi.json.JacksonJsonNodeJsonProvider
-
- getArrayIndex(Object, int) - Method in interface com.jayway.jsonpath.spi.json.JsonProvider
-
Extracts a value from an array anw unwraps provider specific data type
- getArrayIndex(Object, int, boolean) - Method in interface com.jayway.jsonpath.spi.json.JsonProvider
-
Extracts a value from an array
- getEvaluationListeners() - Method in class com.jayway.jsonpath.Configuration
-
Returns the evaluation listeners registered in this configuration
- getMapValue(Object, String) - Method in class com.jayway.jsonpath.internal.spi.json.AbstractJsonProvider
-
Extracts a value from an map
- getMapValue(Object, String) - Method in class com.jayway.jsonpath.internal.spi.json.GsonJsonProvider
-
- getMapValue(Object, String) - Method in class com.jayway.jsonpath.internal.spi.json.JacksonJsonNodeJsonProvider
-
- getMapValue(Object, String) - Method in interface com.jayway.jsonpath.spi.json.JsonProvider
-
Extracts a value from an map
- getObjectMapper() - Method in class com.jayway.jsonpath.internal.spi.json.JacksonJsonNodeJsonProvider
-
- getObjectMapper() - Method in class com.jayway.jsonpath.internal.spi.json.JacksonJsonProvider
-
- getOptions() - Method in class com.jayway.jsonpath.Configuration
-
Returns the options used by this configuration
- getPath() - Method in interface com.jayway.jsonpath.internal.EvaluationContext
-
Returns the list of formalized paths that represent the result of the evaluation
- getPath() - Method in class com.jayway.jsonpath.internal.token.EvaluationContextImpl
-
- getPath() - Method in class com.jayway.jsonpath.JsonPath
-
Returns the string representation of this JsonPath
- getPathFragment() - Method in class com.jayway.jsonpath.internal.token.ArrayPathToken
-
- getPathFragment() - Method in class com.jayway.jsonpath.internal.token.PredicatePathToken
-
- getPathFragment() - Method in class com.jayway.jsonpath.internal.token.PropertyPathToken
-
- getPathFragment() - Method in class com.jayway.jsonpath.internal.token.RootPathToken
-
- getPathFragment() - Method in class com.jayway.jsonpath.internal.token.ScanPathToken
-
- getPathFragment() - Method in class com.jayway.jsonpath.internal.token.WildcardPathToken
-
- getPathList() - Method in interface com.jayway.jsonpath.internal.EvaluationContext
-
Convenience method to get list of hits as String path representations
- getPathList() - Method in class com.jayway.jsonpath.internal.token.EvaluationContextImpl
-
- getProperties() - Method in class com.jayway.jsonpath.internal.token.PropertyPathToken
-
- getPropertyKeys(Object) - Method in class com.jayway.jsonpath.internal.spi.json.AbstractJsonProvider
-
Returns the keys from the given object
- getPropertyKeys(Object) - Method in class com.jayway.jsonpath.internal.spi.json.GsonJsonProvider
-
- getPropertyKeys(Object) - Method in class com.jayway.jsonpath.internal.spi.json.JacksonJsonNodeJsonProvider
-
- getPropertyKeys(Object) - Method in interface com.jayway.jsonpath.spi.json.JsonProvider
-
Returns the keys from the given object
- getProvider() - Static method in class com.jayway.jsonpath.spi.http.HttpProviderFactory
-
- getSilent(String) - Method in class com.jayway.jsonpath.internal.Cache
-
- getTokenCount() - Method in class com.jayway.jsonpath.internal.token.PathToken
-
- getTokenCount() - Method in class com.jayway.jsonpath.internal.token.RootPathToken
-
- getType() - Method in class com.jayway.jsonpath.TypeRef
-
- getValue() - Method in interface com.jayway.jsonpath.internal.EvaluationContext
-
This method does not adhere to configuration settings.
- getValue(boolean) - Method in interface com.jayway.jsonpath.internal.EvaluationContext
-
- getValue() - Method in class com.jayway.jsonpath.internal.token.EvaluationContextImpl
-
- getValue(boolean) - Method in class com.jayway.jsonpath.internal.token.EvaluationContextImpl
-
- GsonJsonProvider - Class in com.jayway.jsonpath.internal.spi.json
-
- GsonJsonProvider() - Constructor for class com.jayway.jsonpath.internal.spi.json.GsonJsonProvider
-
- GsonMappingProvider - Class in com.jayway.jsonpath.internal.spi.mapper
-
- GsonMappingProvider(Gson) - Constructor for class com.jayway.jsonpath.internal.spi.mapper.GsonMappingProvider
-
- GsonMappingProvider(Factory<Gson>) - Constructor for class com.jayway.jsonpath.internal.spi.mapper.GsonMappingProvider
-
- GsonMappingProvider() - Constructor for class com.jayway.jsonpath.internal.spi.mapper.GsonMappingProvider
-
- gt(Object) - Method in class com.jayway.jsonpath.Criteria
-
Creates a criterion using the > operator
- gte(Object) - Method in class com.jayway.jsonpath.Criteria
-
Creates a criterion using the >= operator
- read(String, Predicate...) - Method in class com.jayway.jsonpath.internal.JsonReader
-
- read(String, Class<T>, Predicate...) - Method in class com.jayway.jsonpath.internal.JsonReader
-
- read(JsonPath) - Method in class com.jayway.jsonpath.internal.JsonReader
-
- read(JsonPath, Class<T>) - Method in class com.jayway.jsonpath.internal.JsonReader
-
- read(JsonPath, TypeRef<T>) - Method in class com.jayway.jsonpath.internal.JsonReader
-
- read(String, TypeRef<T>) - Method in class com.jayway.jsonpath.internal.JsonReader
-
- read(Object) - Method in class com.jayway.jsonpath.JsonPath
-
Applies this JsonPath to the provided json document.
- read(Object, Configuration) - Method in class com.jayway.jsonpath.JsonPath
-
Applies this JsonPath to the provided json document.
- read(String) - Method in class com.jayway.jsonpath.JsonPath
-
Applies this JsonPath to the provided json string
- read(String, Configuration) - Method in class com.jayway.jsonpath.JsonPath
-
Applies this JsonPath to the provided json string
- read(URL) - Method in class com.jayway.jsonpath.JsonPath
-
Applies this JsonPath to the provided json URL
- read(URL, Configuration) - Method in class com.jayway.jsonpath.JsonPath
-
Applies this JsonPath to the provided json URL
- read(File) - Method in class com.jayway.jsonpath.JsonPath
-
Applies this JsonPath to the provided json file
- read(File, Configuration) - Method in class com.jayway.jsonpath.JsonPath
-
Applies this JsonPath to the provided json file
- read(InputStream) - Method in class com.jayway.jsonpath.JsonPath
-
Applies this JsonPath to the provided json input stream
- read(InputStream, Configuration) - Method in class com.jayway.jsonpath.JsonPath
-
Applies this JsonPath to the provided json input stream
- read(InputStream, String, Configuration) - Method in class com.jayway.jsonpath.JsonPath
-
Applies this JsonPath to the provided json input stream
- read(Object, String, Predicate...) - Static method in class com.jayway.jsonpath.JsonPath
-
Creates a new JsonPath and applies it to the provided Json object
- read(String, String, Predicate...) - Static method in class com.jayway.jsonpath.JsonPath
-
Creates a new JsonPath and applies it to the provided Json string
- read(URL, String, Predicate...) - Static method in class com.jayway.jsonpath.JsonPath
-
Creates a new JsonPath and applies it to the provided Json object
- read(File, String, Predicate...) - Static method in class com.jayway.jsonpath.JsonPath
-
Creates a new JsonPath and applies it to the provided Json object
- read(InputStream, String, Predicate...) - Static method in class com.jayway.jsonpath.JsonPath
-
Creates a new JsonPath and applies it to the provided Json object
- read(String, Predicate...) - Method in interface com.jayway.jsonpath.ReadContext
-
Reads the given path from this context
- read(String, Class<T>, Predicate...) - Method in interface com.jayway.jsonpath.ReadContext
-
Reads the given path from this context
- read(JsonPath) - Method in interface com.jayway.jsonpath.ReadContext
-
Reads the given path from this context
- read(JsonPath, Class<T>) - Method in interface com.jayway.jsonpath.ReadContext
-
Reads the given path from this context
- read(JsonPath, TypeRef<T>) - Method in interface com.jayway.jsonpath.ReadContext
-
Reads the given path from this context
Sample code to create a TypeRef
TypeRef ref = new TypeRef>() {};
- read(String, TypeRef<T>) - Method in interface com.jayway.jsonpath.ReadContext
-
Reads the given path from this context
Sample code to create a TypeRef
TypeRef ref = new TypeRef>() {};
- ReadContext - Interface in com.jayway.jsonpath
-
- regex(Pattern) - Method in class com.jayway.jsonpath.Criteria
-
Creates a criterion using a Regex
- remove(String) - Method in class com.jayway.jsonpath.internal.Cache
-
- removeProperty(Object, Object) - Method in class com.jayway.jsonpath.internal.spi.json.AbstractJsonProvider
-
Removes a value in an object or array
- removeProperty(Object, Object) - Method in class com.jayway.jsonpath.internal.spi.json.GsonJsonProvider
-
- removeProperty(Object, Object) - Method in class com.jayway.jsonpath.internal.spi.json.JacksonJsonNodeJsonProvider
-
- removeProperty(Object, Object) - Method in interface com.jayway.jsonpath.spi.json.JsonProvider
-
Removes a value in an object or array
- result() - Method in interface com.jayway.jsonpath.EvaluationListener.FoundResult
-
The result object
- resultFound(EvaluationListener.FoundResult) - Method in interface com.jayway.jsonpath.EvaluationListener
-
Callback invoked when result is found
- root() - Method in class com.jayway.jsonpath.internal.token.PredicateContextImpl
-
- root() - Method in interface com.jayway.jsonpath.Predicate.PredicateContext
-
Returns the root document (the complete JSON)
- rootDocument() - Method in interface com.jayway.jsonpath.internal.EvaluationContext
-
The json document that is evaluated
- rootDocument() - Method in class com.jayway.jsonpath.internal.token.EvaluationContextImpl
-
- RootPathToken - Class in com.jayway.jsonpath.internal.token
-
- RootPathToken() - Constructor for class com.jayway.jsonpath.internal.token.RootPathToken
-