Uses of Interface
org.forgerock.json.JsonPatchValueTransformer
Package
Description
Provides an API for the traversal and manipulation of JSON object model structures in Java.
-
Uses of JsonPatchValueTransformer in org.forgerock.json
Modifier and TypeMethodDescriptionstatic 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.