Class AbstractRecordFactory

    • Constructor Detail

      • AbstractRecordFactory

        public AbstractRecordFactory()
    • Method Detail

      • parseRecord

        public Record parseRecord​(com.google.gson.JsonObject jsonObj)
        Parse the record from JSON format.
        Specified by:
        parseRecord in interface IRecordFactory
        Parameters:
        jsonObj - The object in JSON to be parsed.
        Returns:
        the Record.