| Package | Description |
|---|---|
| com.jayway.jsonpath | |
| com.jayway.jsonpath.internal |
| Modifier and Type | Method and Description |
|---|---|
DocumentContext |
WriteContext.map(JsonPath path,
MapFunction mapFunction)
Replaces the value on the given path with the result of the
MapFunction. |
<T> T |
JsonPath.map(java.lang.Object jsonObject,
MapFunction mapFunction,
Configuration configuration)
Replaces the value on the given path with the result of the
MapFunction. |
DocumentContext |
WriteContext.map(java.lang.String path,
MapFunction mapFunction,
Predicate... filters)
Replaces the value on the given path with the result of the
MapFunction. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PathRef.convert(MapFunction mapFunction,
Configuration configuration) |
void |
PathRef.RootPathRef.convert(MapFunction mapFunction,
Configuration configuration) |
void |
PathRef.ArrayIndexPathRef.convert(MapFunction mapFunction,
Configuration configuration) |
void |
PathRef.ObjectPropertyPathRef.convert(MapFunction mapFunction,
Configuration configuration) |
void |
PathRef.ObjectMultiPropertyPathRef.convert(MapFunction mapFunction,
Configuration configuration) |
DocumentContext |
JsonContext.map(JsonPath path,
MapFunction mapFunction) |
DocumentContext |
JsonContext.map(java.lang.String path,
MapFunction mapFunction,
Predicate... filters) |