public class DiffParserResponseBodyConverter
extends java.lang.Object
implements retrofit2.Converter<okhttp3.ResponseBody,java.util.List<com.github.stkent.githubdiffparser.models.Diff>>
| Modifier | Constructor and Description |
|---|---|
protected |
DiffParserResponseBodyConverter(@NotNull com.github.stkent.githubdiffparser.GitHubDiffParser diffParser) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.github.stkent.githubdiffparser.models.Diff> |
convert(okhttp3.ResponseBody value) |
protected DiffParserResponseBodyConverter(@NotNull
@NotNull com.github.stkent.githubdiffparser.GitHubDiffParser diffParser)
public java.util.List<com.github.stkent.githubdiffparser.models.Diff> convert(okhttp3.ResponseBody value)
throws java.io.IOException
convert in interface retrofit2.Converter<okhttp3.ResponseBody,java.util.List<com.github.stkent.githubdiffparser.models.Diff>>java.io.IOException