public class TypeHandlerFactory extends Object
Constructor and Description |
---|
TypeHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
addHandler(Class from,
Class to,
TypeHandler handler) |
static <T> T |
convert(Class from,
Class<T> to,
Object value) |
static <T> T |
convert(Object value,
Class<T> to) |
static Map<Class,TypeHandler> |
getHandler(Class from) |
public static Map<Class,TypeHandler> getHandler(Class from)
public static void addHandler(Class from, Class to, TypeHandler handler)
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.