Package | Description |
---|---|
com.jayway.jsonpath | |
com.jayway.jsonpath.internal |
Modifier and Type | Method and Description |
---|---|
static JsonPath |
JsonPath.compile(String jsonPath,
Filter... filters)
Compiles a JsonPath
|
JsonPath |
JsonPath.copy() |
Modifier and Type | Method and Description |
---|---|
<T> T |
JsonModel.get(JsonPath jsonPath)
Reads the given path from this JsonModel.
|
JsonModel |
JsonModel.getSubModel(JsonPath jsonPath)
Returns a sub model from this JsonModel.
|
JsonModel |
JsonModel.getSubModelDetached(JsonPath jsonPath)
Creates a detached sub model from this JsonModel.
|
boolean |
JsonModel.hasPath(JsonPath jsonPath)
Check if this JsonModel has the given definite path
|
JsonModel.MappingModelReader |
JsonModel.map(JsonPath jsonPath)
Returns a
JsonModel.MappingModelReader for the JsonModel targeted by the provided JsonPath . |
JsonModel.ArrayOps |
JsonModel.opsForArray(JsonPath jsonPath)
Gets an
JsonModel.ArrayOps for the array inside this JsonModel identified by the given JsonPath. |
JsonModel.ObjectOps |
JsonModel.opsForObject(JsonPath jsonPath)
Gets an
JsonModel.ObjectOps for the object inside this JsonModel identified by the given JsonPath. |
<T> T |
ReadContext.read(JsonPath path)
Reads the given path from this context
|
String |
JsonModel.toJson(JsonPath jsonPath)
Creates a JSON representation of the result of the provided JsonPath
|
Modifier and Type | Method and Description |
---|---|
<T> T |
JsonReader.read(JsonPath path) |
Copyright © 2011–2014. All rights reserved.