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(Object jsonObject,
MapFunction mapFunction,
Configuration configuration)
Replaces the value on the given path with the result of the
MapFunction . |
DocumentContext |
WriteContext.map(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) |
DocumentContext |
JsonContext.map(JsonPath path,
MapFunction mapFunction) |
DocumentContext |
JsonContext.map(String path,
MapFunction mapFunction,
Predicate... filters) |
Copyright © 2022. All rights reserved.