Package | Description |
---|---|
javax.json |
Provides an object model API to process JSON.
|
javax.json.spi |
Service Provider Interface (SPI) to plug in implementations for
JSON processing objects.
|
org.glassfish.json |
Modifier and Type | Method and Description |
---|---|
JsonPatch |
JsonPatchBuilder.build()
Returns the JSON Patch.
|
static JsonPatch |
Json.createDiff(JsonStructure source,
JsonStructure target)
Generates a JSON Patch (RFC 6902)
from the source and target
JsonStructure . |
static JsonPatch |
Json.createPatch(JsonArray array)
Creates a JSON Patch (RFC 6902)
from the specified operations.
|
Modifier and Type | Method and Description |
---|---|
JsonPatch |
JsonProvider.createDiff(JsonStructure source,
JsonStructure target)
Generates a JSON Patch (RFC 6902)
from the source and target
JsonStructure . |
JsonPatch |
JsonProvider.createPatch(JsonArray array)
Creates a JSON Patch (RFC 6902)
from the specified operations.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonPatchImpl
This class is an immutable representation of a JSON Patch as specified in
RFC 6902.
|
Modifier and Type | Method and Description |
---|---|
JsonPatch |
JsonPatchBuilderImpl.build()
Returns the patch operation in a JsonPatch
|
JsonPatch |
JsonProviderImpl.createDiff(JsonStructure source,
JsonStructure target) |
JsonPatch |
JsonProviderImpl.createPatch(JsonArray array) |
Copyright © 2012-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : jsonp-dev@eclipse.org