Package org.apache.camel.spring.util
Class ReflectionUtils
- java.lang.Object
-
- org.springframework.util.ReflectionUtils
-
- org.apache.camel.spring.util.ReflectionUtils
-
public class ReflectionUtils extends ReflectionUtils
Reflection utilities, extending Spring ReflectionUtils.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.springframework.util.ReflectionUtils
ReflectionUtils.FieldCallback, ReflectionUtils.FieldFilter, ReflectionUtils.MethodCallback, ReflectionUtils.MethodFilter
-
-
Field Summary
-
Fields inherited from class org.springframework.util.ReflectionUtils
COPYABLE_FIELDS, USER_DECLARED_METHODS
-
-
Constructor Summary
Constructors Constructor Description ReflectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setField(Field f, Object instance, Object value)
-
Methods inherited from class org.springframework.util.ReflectionUtils
accessibleConstructor, clearCache, declaresException, doWithFields, doWithFields, doWithLocalFields, doWithLocalMethods, doWithMethods, doWithMethods, findField, findField, findMethod, findMethod, getAllDeclaredMethods, getDeclaredMethods, getField, getUniqueDeclaredMethods, getUniqueDeclaredMethods, handleInvocationTargetException, handleReflectionException, invokeMethod, invokeMethod, isCglibRenamedMethod, isEqualsMethod, isHashCodeMethod, isObjectMethod, isPublicStaticFinal, isToStringMethod, makeAccessible, makeAccessible, makeAccessible, rethrowException, rethrowRuntimeException, shallowCopyFieldState
-
-
-
-
Constructor Detail
-
ReflectionUtils
public ReflectionUtils()
-
-