パッケージ | 説明 |
---|---|
jakarta.json | JSON を処理するオブジェクトモデル API を提供します。 |
jakarta.json.spi | JSON 処理オブジェクトの実装をプラグインする Service Provider Interface(SPI)。 |
修飾子と型 | メソッドと説明 |
---|---|
JsonPatch | JsonPatchBuilder.build() JSON パッチを返します。 |
static JsonPatch | Json.createDiff(JsonStructure source, JsonStructure target) ソースおよびターゲット JsonStructure から JSON パッチ(RFC 6902)を生成します。 |
static JsonPatch | Json.createPatch(JsonArray array) 指定された操作から JSON パッチ(RFC 6902)を作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
JsonPatch | JsonProvider.createDiff(JsonStructure source, JsonStructure target) ソースおよびターゲット JsonStructure から JSON パッチ(RFC 6902)を生成します。 |
JsonPatch | JsonProvider.createPatch(JsonArray array) 指定された操作から JSON パッチ(RFC 6902)を作成します。 |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.