Uses of Interface
javax.json.JsonPatchBuilder
Packages that use JsonPatchBuilder
Package
Description
Provides an object model API to process JSON.
Service Provider Interface (SPI) to plug in implementations for
JSON processing objects.
-
Uses of JsonPatchBuilder in javax.json
Methods in javax.json that return JsonPatchBuilderModifier and TypeMethodDescriptionAdds an "add" JSON Patch operation.Adds an "add" JSON Patch operation.Adds an "add" JSON Patch operation.Adds an "add" JSON Patch operation.Adds a "copy" JSON Patch operation.static JsonPatchBuilderJson.createPatchBuilder()Creates a JSON Patch builder (RFC 6902).static JsonPatchBuilderJson.createPatchBuilder(JsonArray array) Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.Adds a "move" JSON Patch operation.Adds a "remove" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "test" JSON Patch operation.Adds a "test" JSON Patch operation.Adds a "test" JSON Patch operation.Adds a "test" JSON Patch operation. -
Uses of JsonPatchBuilder in javax.json.spi
Methods in javax.json.spi that return JsonPatchBuilderModifier and TypeMethodDescriptionJsonProvider.createPatchBuilder()Creates a JSON Patch builder (RFC 6902).JsonProvider.createPatchBuilder(JsonArray array) Creates a JSON Patch builder (RFC 6902), initialized with the specified operations. -
Uses of JsonPatchBuilder in org.glassfish.json
Classes in org.glassfish.json that implement JsonPatchBuilderModifier and TypeClassDescriptionfinal classA builder for constructing a JSON Patch by adding JSON Patch operations incrementally.Fields in org.glassfish.json declared as JsonPatchBuilderMethods in org.glassfish.json that return JsonPatchBuilderModifier and TypeMethodDescriptionAdds an "add" JSON Patch operationAdds an "add" JSON Patch operationAdds an "add" JSON Patch operationAdds an "add" JSON Patch operation.Adds a "copy" JSON Patch operation.JsonProviderImpl.createPatchBuilder()JsonProviderImpl.createPatchBuilder(JsonArray array) Adds a "move" JSON Patch operation.Adds a "remove" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "test" JSON Patch operation.Adds a "test" JSON Patch operation.Adds a "test" JSON Patch operation.Adds a "test" JSON Patch operation.