public class PrimitiveConverter extends Object implements TypeConverter
| Constructor and Description |
|---|
PrimitiveConverter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertFromString(String string,
Class<?> type) |
String |
getJavaCode(Object object) |
Class<?>[] |
getSupportedTypes() |
public Class<?>[] getSupportedTypes()
getSupportedTypes in interface TypeConverterpublic String getJavaCode(Object object)
getJavaCode in interface TypeConverterpublic Object convertFromString(String string, Class<?> type)
convertFromString in interface TypeConverterCopyright © 2008–2017 Ultreia.io. All rights reserved.