@Immutable public interface JsonPatchable
Modifier and Type | Method and Description |
---|---|
void |
patch(javax.json.JsonObject json)
Patch using this JSON object.
|
void patch(@NotNull(message="JSON is never NULL") javax.json.JsonObject json) throws IOException
json
- JSON objectIOException
- If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.