Uses of Interface
org.forgerock.json.JsonPatchValueTransformer
-
Packages that use JsonPatchValueTransformer Package Description org.forgerock.json Provides an API for the traversal and manipulation of JSON object model structures in Java. -
-
Uses of JsonPatchValueTransformer in org.forgerock.json
Methods in org.forgerock.json with parameters of type JsonPatchValueTransformer Modifier and Type Method Description static void
JsonPatch. patch(JsonValue original, JsonValue patch, JsonPatchValueTransformer transform)
Applies a set of modifications in a JSON patch value to an original value, resulting in the intended target value.
-