Package | Description |
---|---|
org.apache.johnzon.core |
Modifier and Type | Field and Description |
---|---|
private java.util.List<JsonPatchImpl.PatchValue> |
JsonPatchBuilderImpl.operations |
private java.util.List<JsonPatchImpl.PatchValue> |
JsonPatchImpl.patches |
Modifier and Type | Method and Description |
---|---|
private javax.json.JsonPatchBuilder |
JsonPatchBuilderImpl.addOperation(JsonPatchImpl.PatchValue operation) |
Constructor and Description |
---|
JsonPatchImpl(javax.json.spi.JsonProvider provider,
JsonPatchImpl.PatchValue... patches) |
Constructor and Description |
---|
JsonPatchImpl(javax.json.spi.JsonProvider provider,
java.util.List<JsonPatchImpl.PatchValue> patches) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.