public final class PlatformStatsReader extends java.lang.Object implements JsonObjectReader<PlatformStats>
| Constructor and Description |
|---|
PlatformStatsReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readAndroid(JsonParser jsonParser) |
void |
readDate(JsonParser jsonParser) |
void |
readIOS(JsonParser jsonParser) |
PlatformStats |
validateAndBuild() |
public void readAndroid(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readIOS(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic void readDate(JsonParser jsonParser)
throws java.io.IOException
java.io.IOExceptionpublic PlatformStats validateAndBuild() throws java.io.IOException
validateAndBuild in interface JsonObjectReader<PlatformStats>java.io.IOException