public class ReflectionUtil extends Object
| Constructor and Description |
|---|
ReflectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LinkedHashSet<Method> |
getDeclaredMethods(Class<?> theClazz) |
static Class<?> |
getGenericCollectionTypeOfField(Field next) |
static Class<?> |
getGenericCollectionTypeOfFieldWithSecondOrderForList(Field next)
For a field of type List
|
static Class<?> |
getGenericCollectionTypeOfMethodParameter(Method theMethod,
int theParamIndex) |
static Class<?> |
getGenericCollectionTypeOfMethodReturnType(Method theMethod) |
public ReflectionUtil()
public static Class<?> getGenericCollectionTypeOfFieldWithSecondOrderForList(Field next)
public static Class<?> getGenericCollectionTypeOfField(Field next)
public static Class<?> getGenericCollectionTypeOfMethodParameter(Method theMethod, int theParamIndex)
public static Class<?> getGenericCollectionTypeOfMethodReturnType(Method theMethod)
public static LinkedHashSet<Method> getDeclaredMethods(Class<?> theClazz)
Copyright © 2014–2016 University Health Network. All rights reserved.