public class ReflectionUtils
extends java.lang.Object
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class |
findActualClassParameter(java.lang.Class clz,
int parm)
Reflection helper which returns the actual class for a type parameter, even if itself is parameterized.
|
static java.lang.Class |
findMethodOutputClass(java.lang.reflect.Method method)
Reflection helper which returns the actual class for a method's parameter.
|
static java.lang.Class |
findMethodParameterClass(java.lang.reflect.Method method,
int parm)
Reflection helper which returns the actual class for a method's parameter.
|
public static java.lang.Class findActualClassParameter(java.lang.Class clz,
int parm)
public static java.lang.Class findMethodParameterClass(java.lang.reflect.Method method,
int parm)
public static java.lang.Class findMethodOutputClass(java.lang.reflect.Method method)