Package | Description |
---|---|
com.jayway.jsonpath | |
com.jayway.jsonpath.internal | |
com.jayway.jsonpath.internal.filter |
Modifier and Type | Class and Description |
---|---|
static class |
Filter.FilterAdapter<T> |
Modifier and Type | Method and Description |
---|---|
abstract Filter |
Filter.addCriteria(Criteria criteria)
Adds a new criteria to this filter
|
Filter |
Filter.FilterAdapter.addCriteria(Criteria criteria) |
static Filter |
Filter.filter(Criteria criteria)
Creates a new filter based on given criteria
|
Modifier and Type | Method and Description |
---|---|
static JsonPath |
JsonPath.compile(String jsonPath,
Filter... filters)
Compiles a JsonPath
|
<T> T |
JsonModel.get(String jsonPath,
Filter... filters)
Reads the given path from this JsonModel.
|
JsonModel |
JsonModel.getSubModelDetached(String jsonPath,
Filter... filters)
Creates a detached sub model from this JsonModel.
|
JsonModel.MappingModelReader |
JsonModel.map(String jsonPath,
Filter... filters)
Returns a
JsonModel.MappingModelReader for the JsonModel targeted by the provided JsonPath . |
static <T> T |
JsonPath.read(File jsonFile,
String jsonPath,
Filter... filters)
Creates a new JsonPath and applies it to the provided Json object
|
static <T> T |
JsonPath.read(InputStream jsonInputStream,
String jsonPath,
Filter... filters)
Creates a new JsonPath and applies it to the provided Json object
|
static <T> T |
JsonPath.read(Object json,
String jsonPath,
Filter... filters)
Creates a new JsonPath and applies it to the provided Json object
|
<T> T |
ReadContext.read(String path,
Filter... filters)
Reads the given path from this context
|
static <T> T |
JsonPath.read(String json,
String jsonPath,
Filter... filters)
Creates a new JsonPath and applies it to the provided Json string
|
static <T> T |
JsonPath.read(URL jsonURL,
String jsonPath,
Filter... filters)
Creates a new JsonPath and applies it to the provided Json object
|
String |
JsonModel.toJson(String jsonPath,
Filter... filters)
Creates a JSON representation of the result of the provided JsonPath
|
Modifier and Type | Method and Description |
---|---|
<T> T |
JsonReader.read(String path,
Filter... filters) |
Modifier and Type | Method and Description |
---|---|
Object |
ArrayQueryFilter.filter(Object obj,
Configuration configuration,
LinkedList<Filter> filters,
boolean inArrayContext) |
Object |
PathTokenFilter.filter(Object obj,
Configuration configuration,
LinkedList<Filter> filters,
boolean inArrayContext) |
Object |
FieldFilter.filter(Object obj,
Configuration configuration,
LinkedList<Filter> filters,
boolean inArrayContext) |
Copyright © 2011–2014. All rights reserved.