public class ResponseReportReader extends java.lang.Object implements JsonObjectReader<ResponseReport>
| Constructor and Description |
|---|
ResponseReportReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readError(JsonParser jsonParser) |
void |
readErrorDetails(JsonParser jsonParser) |
void |
readNextPage(JsonParser jsonParser) |
void |
readOk(JsonParser jsonParser) |
void |
readResponseObjects(JsonParser jsonParser) |
ResponseReport |
validateAndBuild() |
public void readNextPage(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readResponseObjects(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readOk(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readError(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readErrorDetails(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic ResponseReport validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<ResponseReport>java.io.IOException