public final class PushResponseReader extends java.lang.Object implements JsonObjectReader<PushResponse>
| Constructor and Description |
|---|
PushResponseReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readContentUrls(JsonParser jsonParser) |
void |
readError(JsonParser jsonParser) |
void |
readErrorDetails(JsonParser jsonParser) |
void |
readLocalizedIds(JsonParser jsonParser) |
void |
readMessageIds(JsonParser jsonParser) |
void |
readOk(JsonParser jsonParser) |
void |
readOperationId(JsonParser jsonParser) |
void |
readPushIds(JsonParser jsonParser) |
PushResponse |
validateAndBuild() |
public void readOperationId(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readPushIds(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readOk(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readMessageIds(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readContentUrls(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readLocalizedIds(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 PushResponse validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<PushResponse>java.io.IOException