public final class ChannelViewReader extends java.lang.Object implements JsonObjectReader<ChannelView>
| Constructor and Description |
|---|
ChannelViewReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readAddress(JsonParser jsonParser) |
void |
readAlias(JsonParser jsonParser) |
void |
readAttributes(JsonParser jsonParser) |
void |
readBackground(JsonParser jsonParser) |
void |
readChannelId(JsonParser jsonParser) |
void |
readCommercialOptedIn(JsonParser jsonParser) |
void |
readCommercialOptedOut(JsonParser jsonParser) |
void |
readCreated(JsonParser jsonParser) |
void |
readDeviceAttributes(JsonParser jsonParser) |
void |
readDeviceType(JsonParser jsonParser) |
void |
readInstalled(JsonParser jsonParser) |
void |
readIosSettings(JsonParser jsonParser) |
void |
readLastRegistration(JsonParser jsonParser) |
void |
readNamedUser(JsonParser jsonParser) |
void |
readOpenChannel(JsonParser jsonParser) |
void |
readOptIn(JsonParser jsonParser) |
void |
readPushAddress(JsonParser jsonParser) |
void |
readTagGroups(JsonParser jsonParser) |
void |
readTags(JsonParser jsonParser) |
void |
readTransactionalOptedIn(JsonParser jsonParser) |
void |
readTransactionalOptedOut(JsonParser jsonParser) |
void |
readWeb(JsonParser jsonParser) |
ChannelView |
validateAndBuild() |
public void readChannelId(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readDeviceType(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readInstalled(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readOptIn(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readBackground(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readPushAddress(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readCreated(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readLastRegistration(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readAlias(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readTags(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readTagGroups(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readIosSettings(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readWeb(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readOpenChannel(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readAddress(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readNamedUser(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readAttributes(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readDeviceAttributes(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readCommercialOptedIn(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readCommercialOptedOut(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readTransactionalOptedIn(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readTransactionalOptedOut(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic ChannelView validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<ChannelView>java.io.IOException