private static class CglibSubclassingInstantiationStrategy.ReplaceOverrideMethodInterceptor extends CglibSubclassingInstantiationStrategy.CglibIdentitySupport
Modifier and Type | Field and Description |
---|---|
private BeanFactory |
owner |
Constructor and Description |
---|
ReplaceOverrideMethodInterceptor(RootBeanDefinition beanDefinition,
BeanFactory owner) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
intercept(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args,
MethodProxy mp) |
equals, getBeanDefinition, hashCode
private final BeanFactory owner
public ReplaceOverrideMethodInterceptor(RootBeanDefinition beanDefinition, BeanFactory owner)