Class JLConverter
java.lang.Object
com.smeup.kokos.sdk.entity.converter.JLConverter
- All Implemented Interfaces:
EntityConverter
- Author:
- mattia.bonardi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncellValueToValue(String entityClass, String smeupValue) valueToCellValue(String entityClass, Object value)
-
Constructor Details
-
JLConverter
public JLConverter()
-
-
Method Details
-
valueToCellValue
- Specified by:
valueToCellValuein interfaceEntityConverter- Throws:
EntityConverterException
-
cellValueToValue
public Object cellValueToValue(String entityClass, String smeupValue) throws EntityConverterException - Specified by:
cellValueToValuein interfaceEntityConverter- Throws:
EntityConverterException
-