|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonPath | |
|---|---|
| com.jayway.jsonpath | |
| Uses of JsonPath in com.jayway.jsonpath |
|---|
| Methods in com.jayway.jsonpath that return JsonPath | |
|---|---|
static JsonPath |
JsonPath.compile(String jsonPath,
Filter... filters)
Compiles a JsonPath |
JsonPath |
JsonPath.copy()
|
| Methods in com.jayway.jsonpath with parameters of type JsonPath | ||
|---|---|---|
|
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.ObjectMappingModelReader 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. |
|
String |
JsonModel.toJson(JsonPath jsonPath)
Creates a JSON representation of the result of the provided JsonPath |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||