Package pl.put.poznan.transformer.logic
Class CellMapper
- java.lang.Object
-
- pl.put.poznan.transformer.logic.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 Summary
Constructors Constructor Description CellMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Cell[][]toCells(List<List<Object>> input)Conversion method for input data.
-