Uses of Interface
com.jayway.jsonpath.MapFunction
-
Packages that use MapFunction Package Description com.jayway.jsonpath com.jayway.jsonpath.internal -
-
Uses of MapFunction in com.jayway.jsonpath
Methods in com.jayway.jsonpath with parameters of type MapFunction Modifier and Type Method Description <T> TJsonPath. map(java.lang.Object jsonObject, MapFunction mapFunction, Configuration configuration)Replaces the value on the given path with the result of theMapFunction.DocumentContextWriteContext. map(JsonPath path, MapFunction mapFunction)Replaces the value on the given path with the result of theMapFunction.DocumentContextWriteContext. map(java.lang.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 MapFunction Modifier and Type Method Description voidPathRef.ArrayIndexPathRef. convert(MapFunction mapFunction, Configuration configuration)abstract voidPathRef. convert(MapFunction mapFunction, Configuration configuration)voidPathRef.ObjectMultiPropertyPathRef. convert(MapFunction mapFunction, Configuration configuration)voidPathRef.ObjectPropertyPathRef. convert(MapFunction mapFunction, Configuration configuration)voidPathRef.RootPathRef. convert(MapFunction mapFunction, Configuration configuration)DocumentContextJsonContext. map(JsonPath path, MapFunction mapFunction)DocumentContextJsonContext. map(java.lang.String path, MapFunction mapFunction, Predicate... filters)
-