public static class HistogramSerDes.HistogramJSONParser extends com.liferay.analytics.reports.rest.client.json.BaseJSONParser<Histogram>
| Constructor and Description |
|---|
HistogramJSONParser() |
| Modifier and Type | Method and Description |
|---|---|
protected Histogram |
createDTO() |
protected Histogram[] |
createDTOArray(int size) |
protected boolean |
parseMaps(java.lang.String jsonParserFieldName) |
protected void |
setField(Histogram histogram,
java.lang.String jsonParserFieldName,
java.lang.Object jsonParserFieldValue) |
protected Histogram createDTO()
createDTO in class com.liferay.analytics.reports.rest.client.json.BaseJSONParser<Histogram>protected Histogram[] createDTOArray(int size)
createDTOArray in class com.liferay.analytics.reports.rest.client.json.BaseJSONParser<Histogram>protected boolean parseMaps(java.lang.String jsonParserFieldName)
parseMaps in class com.liferay.analytics.reports.rest.client.json.BaseJSONParser<Histogram>