Class ListReader<M>

    • Constructor Detail

      • ListReader

        public ListReader()
    • Method Detail

      • read

        public ListLoadResult<M> read​(Object loadConfig,
                                      List<M> data)
        Description copied from interface: DataReader
        Reads the raw data and returns the typed data.
        Specified by:
        read in interface DataReader<ListLoadResult<M>,​List<M>>
        Parameters:
        loadConfig - the load config information
        data - the data to read
        Returns:
        the processed and / or converted data