static class JsonPatchImpl.PatchValue extends Object
Modifier and Type | Field and Description |
---|---|
private JsonPointerImpl |
from |
private javax.json.JsonPatch.Operation |
operation |
private JsonPointerImpl |
path |
private javax.json.spi.JsonProvider |
provider |
private javax.json.JsonValue |
value |
Constructor and Description |
---|
PatchValue(javax.json.spi.JsonProvider provider,
javax.json.JsonPatch.Operation operation,
String path,
String from,
javax.json.JsonValue value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
(package private) javax.json.JsonObject |
toJson() |
String |
toString() |
private final javax.json.spi.JsonProvider provider
private final javax.json.JsonPatch.Operation operation
private final JsonPointerImpl path
private final JsonPointerImpl from
private final javax.json.JsonValue value
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.