Generated by
JDiff

Class org.springframework.aop.framework.AdvisedSupport

Removed Methods
void addAllAdvisors(Advisor[]) Add all of the given advisors to this proxy configuration.
 

Changed Methods
void addInterface(Class<?>) Change in signature from Class to Class<?>.
Add a new proxied interface.
int countAdvicesOfType(Class<?>) Change in signature from Class to Class<?>.
Count advices of the given class.
List<Object> getInterceptorsAndDynamicInterceptionAdvice(Method, Class<?>) Change in signature from (Method, Class) to (Method, Class<?>).
Determine a list of org.aopalliance.intercept.MethodInterceptor objects for the given method, based on this configuration.
boolean isInterfaceProxied(Class<?>) Change in signature from Class to Class<?>.
 
boolean removeInterface(Class<?>) Change in signature from Class to Class<?>.
Remove a proxied interface.
void setTargetClass(Class<?>) Change in signature from Class to Class<?>.
Set a target class to be proxied, indicating that the proxy should be castable to the given class.