public class SimpleDBDataTypeManager extends Object
| Constructor and Description |
|---|
SimpleDBDataTypeManager() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
convertFromSimpleDBType(List<String> origialValue,
Class<?> expectedType) |
static Object |
convertToSimpleDBType(Object value,
Class<?> type) |
public static Object convertToSimpleDBType(Object value, Class<?> type) throws TranslatorException
TranslatorExceptionpublic static Object convertFromSimpleDBType(List<String> origialValue, Class<?> expectedType) throws TranslatorException
TranslatorExceptionCopyright © 2019. All rights reserved.