Package com.jcabi.github
Interface JsonReadable
-
- All Known Subinterfaces:
Blob,Comment,Commit,CommitsComparison,Content,DeployKey,Event,FileChange,Fork,Gist,GistComment,Hook,Issue,Label,Limit,Milestone,Organization,PublicKey,Pull,PullComment,PullRef,Release,ReleaseAsset,Repo,RepoCommit,RepoCommits,Status,Statuses,Tag,Tree,User,UserEmails
- All Known Implementing Classes:
Blob.Smart,Comment.Smart,Commit.Smart,CommitsComparison.Smart,Content.Smart,DeployKey.Smart,Event.Smart,FileChange.Smart,Fork.Smart,Gist.Smart,GistComment.Smart,Hook.Smart,Issue.Smart,Label.Smart,Label.Unmodified,Limit.Smart,Limit.Throttled,Milestone.Smart,MkCommit,MkFileChange,MkOrganization,Organization.Smart,PublicKey.Smart,Pull.Smart,PullComment.Smart,PullRef.Smart,Release.Smart,ReleaseAsset.Smart,Repo.Smart,RepoCommit.Smart,Repos.RepoCreate,RtStatus,RtStatuses,SfComment,SfIssue,Status.Smart,Statuses.StatusCreate,User.Smart
@Immutable public interface JsonReadable
JSON readable.- Since:
- 0.4
- Version:
- $Id: 775e750cfb0ec08e9505c29d9a502611cef730fa $
- Author:
- Yegor Bugayenko (yegor256@gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.json.JsonObjectjson()Describe it in a JSON object.
-
-
-
Method Detail
-
json
javax.json.JsonObject json() throws IOExceptionDescribe it in a JSON object.- Returns:
- JSON object
- Throws:
IOException- If there is any I/O problem
-
-