Uses of Interface
com.jayway.jsonpath.MapFunction
Packages that use MapFunction
-
Uses of MapFunction in com.jayway.jsonpath
Methods in com.jayway.jsonpath with parameters of type MapFunctionModifier and TypeMethodDescription<T> T
JsonPath.map
(Object jsonObject, MapFunction mapFunction, Configuration configuration) Replaces the value on the given path with the result of theMapFunction
.WriteContext.map
(JsonPath path, MapFunction mapFunction) Replaces the value on the given path with the result of theMapFunction
.WriteContext.map
(String path, MapFunction mapFunction, Predicate... filters) Replaces the value on the given path with the result of theMapFunction
. -
Uses of MapFunction in com.jayway.jsonpath.internal
Methods in com.jayway.jsonpath.internal with parameters of type MapFunctionModifier and TypeMethodDescriptionvoid
PathRef.ArrayIndexPathRef.convert
(MapFunction mapFunction, Configuration configuration) abstract void
PathRef.convert
(MapFunction mapFunction, Configuration configuration) void
PathRef.ObjectMultiPropertyPathRef.convert
(MapFunction mapFunction, Configuration configuration) void
PathRef.ObjectPropertyPathRef.convert
(MapFunction mapFunction, Configuration configuration) void
PathRef.RootPathRef.convert
(MapFunction mapFunction, Configuration configuration) JsonContext.map
(JsonPath path, MapFunction mapFunction) JsonContext.map
(String path, MapFunction mapFunction, Predicate... filters)