Generated by
JDiff

Class org.springframework.util.ReflectionUtils

Removed Methods
Object invokeJdbcMethod(Method, Object) Invoke the specified JDBC API Method against the supplied target object with no arguments.
Object invokeJdbcMethod(Method, Object, Object[]) Invoke the specified JDBC API Method against the supplied target object with the supplied arguments.
 

Added Methods
Method[] getDeclaredMethods(Class<?>) Variant of Class.getDeclaredMethods() that uses a local cache in order to avoid the JVM's SecurityManager check and new Method instances.
Method[] getUniqueDeclaredMethods(Class<?>, MethodFilter) Get the unique set of declared methods on the leaf class and all superclasses.
 

Removed Fields
MethodFilter NON_BRIDGED_METHODS Pre-built MethodFilter that matches all non-bridge methods.