public final class PushListingResponseReader extends java.lang.Object implements JsonObjectReader<PushListingResponse>
| Constructor and Description |
|---|
PushListingResponseReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readError(JsonParser jsonParser) |
void |
readErrorDetails(JsonParser jsonParser) |
void |
readNextPage(JsonParser jsonParser) |
void |
readOk(JsonParser jsonParser) |
void |
readPushInfoObjects(JsonParser jsonParser) |
PushListingResponse |
validateAndBuild() |
public void readNextPage(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readPushInfoObjects(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 PushListingResponse validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<PushListingResponse>java.io.IOException