All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Object |
array(Type type,
Object o) |
static <T> T |
cnv(Class<T> tr,
Object source) |
static Object |
cnv(Type tr,
Object source) |
static <T> T |
cnv(TypeReference<T> tr,
Object source) |
<T> T |
convert(Class<T> type,
Object o) |
Object |
convert(Type type,
Object o) |
<T> T |
convert(TypeReference<T> type,
Object o) |
Converter |
hook(Type type,
Converter.Hook hook) |
static String |
mangleMethodName(String id) |
<T> T |
proxy(Class<T> interfc,
Map<?,?> properties)
Convert a map to an interface.
|
void |
setFatalIsException(boolean b) |
Collection<?> |
toCollection(Object o) |
Map<?,?> |
toMap(Object o) |