Modifier and Type | Method and Description |
---|---|
static Map<Class,TypeHandler> |
TypeHandlerFactory.getHandler(Class from) |
Modifier and Type | Method and Description |
---|---|
static void |
TypeHandlerFactory.addHandler(Class from,
Class to,
TypeHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
CollectionToBooleanArray |
class |
CollectionToByteArray |
class |
CollectionToCharArray |
class |
CollectionToDoubleArray |
class |
CollectionToFloatArray |
class |
CollectionToIntArray |
class |
CollectionToList |
class |
CollectionToLongArray |
class |
CollectionToObjArray |
class |
CollectionToQueue |
class |
CollectionToSet |
class |
CollectionToStringArray |
Modifier and Type | Class and Description |
---|---|
class |
NumberToByte |
class |
NumberToDate |
class |
NumberToDouble |
class |
NumberToFloat |
class |
NumberToInt |
class |
NumberToLong |
class |
NumberToShort |
class |
NumberToSQLDate |
Modifier and Type | Class and Description |
---|---|
class |
IntToByte |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.