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 -
Method Summary
Methods inherited from class com.liferay.headless.digital.sales.room.client.json.BaseJSONParser
parseToDTO, parseToDTOs, parseToMap, toBigDecimals, toDate, toDates, toIntegers, toLongs, toString, toStrings
-
Constructor Details
-
FileEntryJSONParser
public FileEntryJSONParser()
-
-
Method Details
-
createDTO
- Specified by:
createDTOin classcom.liferay.headless.digital.sales.room.client.json.BaseJSONParser<FileEntry>
-
createDTOArray
- Specified by:
createDTOArrayin classcom.liferay.headless.digital.sales.room.client.json.BaseJSONParser<FileEntry>
-
parseMaps
- Specified by:
parseMapsin classcom.liferay.headless.digital.sales.room.client.json.BaseJSONParser<FileEntry>
-
setField
protected void setField(FileEntry fileEntry, String jsonParserFieldName, Object jsonParserFieldValue) - Specified by:
setFieldin classcom.liferay.headless.digital.sales.room.client.json.BaseJSONParser<FileEntry>
-