class JsonPatchImpl extends Object implements javax.json.JsonPatch
Modifier and Type | Class and Description |
---|---|
(package private) static class |
JsonPatchImpl.PatchValue |
Modifier and Type | Field and Description |
---|---|
private List<JsonPatchImpl.PatchValue> |
patches |
Constructor and Description |
---|
JsonPatchImpl(JsonPatchImpl.PatchValue... patches) |
JsonPatchImpl(List<JsonPatchImpl.PatchValue> patches) |
Modifier and Type | Method and Description |
---|---|
<T extends javax.json.JsonStructure> |
apply(T target) |
boolean |
equals(Object o) |
int |
hashCode() |
javax.json.JsonArray |
toJsonArray() |
private final List<JsonPatchImpl.PatchValue> patches
JsonPatchImpl(JsonPatchImpl.PatchValue... patches)
JsonPatchImpl(List<JsonPatchImpl.PatchValue> patches)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.