Class FileEntrySerDes.FileEntryJSONParser

java.lang.Object
com.liferay.headless.digital.sales.room.client.json.BaseJSONParser<FileEntry>
com.liferay.headless.digital.sales.room.client.serdes.v1_0.FileEntrySerDes.FileEntryJSONParser
Enclosing class:
FileEntrySerDes

public static class FileEntrySerDes.FileEntryJSONParser extends com.liferay.headless.digital.sales.room.client.json.BaseJSONParser<FileEntry>
  • Field Summary

    Fields inherited from class com.liferay.headless.digital.sales.room.client.json.BaseJSONParser

    JSON_ESCAPE_STRINGS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class com.liferay.headless.digital.sales.room.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

    • FileEntryJSONParser

      public FileEntryJSONParser()
  • Method Details

    • createDTO

      protected FileEntry createDTO()
      Specified by:
      createDTO in class com.liferay.headless.digital.sales.room.client.json.BaseJSONParser<FileEntry>
    • createDTOArray

      protected FileEntry[] createDTOArray(int size)
      Specified by:
      createDTOArray in class com.liferay.headless.digital.sales.room.client.json.BaseJSONParser<FileEntry>
    • parseMaps

      protected boolean parseMaps(String jsonParserFieldName)
      Specified by:
      parseMaps in class com.liferay.headless.digital.sales.room.client.json.BaseJSONParser<FileEntry>
    • setField

      protected void setField(FileEntry fileEntry, String jsonParserFieldName, Object jsonParserFieldValue)
      Specified by:
      setField in class com.liferay.headless.digital.sales.room.client.json.BaseJSONParser<FileEntry>