|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.util.ReflectionUtils
org.apache.camel.spring.util.ReflectionUtils
public class ReflectionUtils
Reflection utilities, extending Spring 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 void |
setField(Field f,
Object instance,
Object value)
|
Methods inherited from class org.springframework.util.ReflectionUtils |
---|
declaresException, doWithFields, doWithFields, doWithMethods, doWithMethods, findField, findField, findMethod, findMethod, getAllDeclaredMethods, getField, handleInvocationTargetException, handleReflectionException, invokeJdbcMethod, invokeJdbcMethod, invokeMethod, invokeMethod, isEqualsMethod, isHashCodeMethod, isPublicStaticFinal, isToStringMethod, makeAccessible, makeAccessible, makeAccessible, rethrowException, rethrowRuntimeException, 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 void setField(Field f, Object instance, Object value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |