Package com.smeup.kokos.sdk.util.legacy
Class LegacySmeupRowConverter
java.lang.Object
com.smeup.kokos.sdk.util.legacy.LegacySmeupRowConverter
- Author:
- mattia.bonardi This class allow to convert a legacy row to a SmeupDataRow Instance. Allow to supports retrocompatibility.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SmeupDataRowconvert(String legacyField, Map<String, LegacySmeupCellConverterArgs> argsMap) static SmeupDataRow
-
Constructor Details
-
LegacySmeupRowConverter
public LegacySmeupRowConverter()
-
-
Method Details
-
convert
public static SmeupDataRow convert(String legacyField, Map<String, LegacySmeupCellConverterArgs> argsMap) throws Exception- Throws:
Exception
-
convert
public static SmeupDataRow convert(Map<String, String> cellValues, Map<String, throws ExceptionLegacySmeupCellConverterArgs> argsMap) - Throws:
Exception
-