Class CellMapper


  • public class CellMapper
    extends Object
    A unit for converting received data from the format received from the client to the one used internally.
    • Constructor Detail

      • CellMapper

        public CellMapper()
    • Method Detail

      • toCells

        public static Cell[][] toCells​(List<List<Object>> input)
        Conversion method for input data.
        Parameters:
        input - a List of List of Object supplied with the request.
        Returns:
        a 2-D array of type Cell to be used in further processing.