Package com.smeup.kokos.sdk.util.legacy
Class LegacySmeupLayoutFieldConverter
java.lang.Object
com.smeup.kokos.sdk.util.legacy.LegacySmeupLayoutFieldConverter
- Author:
- mattia.bonardi Converter class to handle convertion of SmeupLayoutField
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SmeupLayoutFieldconvert(LegacySmeupLayoutFieldConverterArgs layoutArgs) Convert an instance of SmeupColumn to SmeupDataColumncreateArgs(Map<String, String> attributes)
-
Constructor Details
-
LegacySmeupLayoutFieldConverter
public LegacySmeupLayoutFieldConverter()
-
-
Method Details
-
createArgs
-
convert
public static SmeupLayoutField convert(LegacySmeupLayoutFieldConverterArgs layoutArgs) throws Exception Convert an instance of SmeupColumn to SmeupDataColumn- Parameters:
layoutArgs- legacy layout field args- Returns:
- SmeupLayoutField instance
- Throws:
Exception
-