public class PublicNotificationReader extends java.lang.Object implements JsonObjectReader<PublicNotification>
| Constructor and Description |
|---|
PublicNotificationReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readAlert(JsonParser parser) |
void |
readSummary(JsonParser parser) |
void |
readTitle(JsonParser parser) |
PublicNotification |
validateAndBuild() |
public void readTitle(JsonParser parser)
throws java.io.IOException
java.io.IOExceptionpublic void readAlert(JsonParser parser)
throws java.io.IOException
java.io.IOExceptionpublic void readSummary(JsonParser parser)
throws java.io.IOException
java.io.IOExceptionpublic PublicNotification validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<PublicNotification>java.io.IOException