| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.util.ReflectionUtils
org.kuali.common.util.ReflectionUtils
public class ReflectionUtils
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class org.springframework.util.ReflectionUtils | 
|---|
org.springframework.util.ReflectionUtils.FieldCallback, org.springframework.util.ReflectionUtils.FieldFilter, org.springframework.util.ReflectionUtils.MethodCallback, org.springframework.util.ReflectionUtils.MethodFilter | 
| Field Summary | 
|---|
| Fields inherited from class org.springframework.util.ReflectionUtils | 
|---|
COPYABLE_FIELDS, NON_BRIDGED_METHODS, USER_DECLARED_METHODS | 
| Constructor Summary | |
|---|---|
ReflectionUtils()
 | 
|
| Method Summary | ||
|---|---|---|
static Class<?> | 
getClass(String className)
 | 
|
static Object | 
invoke(org.springframework.util.MethodInvoker invoker)
 | 
|
static Object | 
invokeMethod(Class<?> targetClass,
                         String targetMethod,
                         Object... arguments)
 | 
|
static
 | 
newInstance(Class<T> instanceClass)
 | 
|
static
 | 
newInstance(String className)
 | 
|
| Methods inherited from class org.springframework.util.ReflectionUtils | 
|---|
declaresException, doWithFields, doWithFields, doWithMethods, doWithMethods, findField, findField, findMethod, findMethod, getAllDeclaredMethods, getField, getUniqueDeclaredMethods, handleInvocationTargetException, handleReflectionException, invokeJdbcMethod, invokeJdbcMethod, invokeMethod, invokeMethod, isCglibRenamedMethod, isEqualsMethod, isHashCodeMethod, isObjectMethod, isPublicStaticFinal, isToStringMethod, makeAccessible, makeAccessible, makeAccessible, rethrowException, rethrowRuntimeException, setField, shallowCopyFieldState | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ReflectionUtils()
| Method Detail | 
|---|
public static Object invokeMethod(Class<?> targetClass,
                                  String targetMethod,
                                  Object... arguments)
public static Object invoke(org.springframework.util.MethodInvoker invoker)
public static Class<?> getClass(String className)
public static <T> T newInstance(String className)
public static <T> T newInstance(Class<T> instanceClass)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||