public abstract class ClassUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
getGenericType(Class<?> clazz) |
static Class<?> |
getGenericType(Class<?> clazz,
int index)
Returns the generic type with the given index from the given
Class. |
static Class<?> |
getGenericTypeFromBean(Object object) |
Copyright © 2009-2012. All Rights Reserved.