Package com.jcabi.github
Interface JsonPatchable
-
- All Known Subinterfaces:
Comment,Content,DeployKey,Fork,Gist,GistComment,Issue,Label,Milestone,Organization,PublicKey,Pull,PullComment,Release,ReleaseAsset,Repo,User
- All Known Implementing Classes:
Comment.Smart,Content.Smart,DeployKey.Smart,Fork.Smart,Gist.Smart,GistComment.Smart,Issue.Smart,Label.Smart,Label.Unmodified,Milestone.Smart,MkOrganization,Organization.Smart,PublicKey.Smart,Pull.Smart,PullComment.Smart,Release.Smart,ReleaseAsset.Smart,Repo.Smart,SfComment,SfIssue,User.Smart
@Immutable public interface JsonPatchable
JSON patchable.- Since:
- 0.4
- Version:
- $Id: 9be71f55d5b1832760578258a4d37e88a0d517a5 $
- Author:
- Yegor Bugayenko (yegor256@gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpatch(javax.json.JsonObject json)Patch using this JSON object.
-
-
-
Method Detail
-
patch
void patch(javax.json.JsonObject json) throws IOExceptionPatch using this JSON object.- Parameters:
json- JSON object- Throws:
IOException- If there is any I/O problem
-
-