Class TrendSerDes.TrendJSONParser

java.lang.Object
com.liferay.analytics.reports.rest.client.json.BaseJSONParser<Trend>
com.liferay.analytics.reports.rest.client.serdes.v1_0.TrendSerDes.TrendJSONParser
Enclosing class:
TrendSerDes

public static class TrendSerDes.TrendJSONParser extends com.liferay.analytics.reports.rest.client.json.BaseJSONParser<Trend>
  • Field Summary

    Fields inherited from class com.liferay.analytics.reports.rest.client.json.BaseJSONParser

    JSON_ESCAPE_STRINGS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Trend
     
    protected Trend[]
    createDTOArray(int size)
     
    protected boolean
    parseMaps(String jsonParserFieldName)
     
    protected void
    setField(Trend trend, String jsonParserFieldName, Object jsonParserFieldValue)
     

    Methods inherited from class com.liferay.analytics.reports.rest.client.json.BaseJSONParser

    parseToDTO, parseToDTOs, parseToMap, toBigDecimals, toDate, toDates, toIntegers, toLongs, toString, toStrings

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TrendJSONParser

      public TrendJSONParser()
  • Method Details

    • createDTO

      protected Trend createDTO()
      Specified by:
      createDTO in class com.liferay.analytics.reports.rest.client.json.BaseJSONParser<Trend>
    • createDTOArray

      protected Trend[] createDTOArray(int size)
      Specified by:
      createDTOArray in class com.liferay.analytics.reports.rest.client.json.BaseJSONParser<Trend>
    • parseMaps

      protected boolean parseMaps(String jsonParserFieldName)
      Specified by:
      parseMaps in class com.liferay.analytics.reports.rest.client.json.BaseJSONParser<Trend>
    • setField

      protected void setField(Trend trend, String jsonParserFieldName, Object jsonParserFieldValue)
      Specified by:
      setField in class com.liferay.analytics.reports.rest.client.json.BaseJSONParser<Trend>