Package com.smeup.kokos.sdk.util.legacy
Class LegacySmeupLayoutSectionConverter
java.lang.Object
com.smeup.kokos.sdk.util.legacy.LegacySmeupLayoutSectionConverter
- Author:
- mattia.bonardi Converter class to handle convertion of SmeupLayoutField
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SmeupLayoutSectionConvert an instance of SmeupColumn to SmeupDataColumn
-
Constructor Details
-
LegacySmeupLayoutSectionConverter
public LegacySmeupLayoutSectionConverter()
-
-
Method Details
-
convert
public static SmeupLayoutSection convert(String id, LegacySmeupLayoutSectionConverterArgs args) throws Exception Convert an instance of SmeupColumn to SmeupDataColumn- Parameters:
id- column codeargs- legacy cell argsì- Returns:
- SmeupLayoutSection instance
- Throws:
Exception
-