Uses of Class
org.apache.johnzon.core.JsonPatchImpl.PatchValue
Packages that use JsonPatchImpl.PatchValue
-
Uses of JsonPatchImpl.PatchValue in org.apache.johnzon.core
Fields in org.apache.johnzon.core with type parameters of type JsonPatchImpl.PatchValueModifier and TypeFieldDescriptionprivate final List<JsonPatchImpl.PatchValue>JsonPatchBuilderImpl.operationsprivate final List<JsonPatchImpl.PatchValue>JsonPatchImpl.patchesMethods in org.apache.johnzon.core with parameters of type JsonPatchImpl.PatchValueModifier and TypeMethodDescriptionprivate jakarta.json.JsonPatchBuilderJsonPatchBuilderImpl.addOperation(JsonPatchImpl.PatchValue operation) Constructors in org.apache.johnzon.core with parameters of type JsonPatchImpl.PatchValueModifierConstructorDescription(package private)JsonPatchImpl(jakarta.json.spi.JsonProvider provider, JsonPatchImpl.PatchValue... patches) Constructor parameters in org.apache.johnzon.core with type arguments of type JsonPatchImpl.PatchValueModifierConstructorDescription(package private)JsonPatchImpl(jakarta.json.spi.JsonProvider provider, List<JsonPatchImpl.PatchValue> patches)