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
TranslatorException
public static Object convertFromSimpleDBType(List<String> origialValue, Class<?> expectedType) throws TranslatorException
TranslatorException
Copyright © 2019. All rights reserved.