private static class CglibAopProxy.HashCodeInterceptor
extends java.lang.Object
implements java.io.Serializable
hashCode method.
Ensures that the method call is always handled by this class.| Modifier and Type | Field and Description |
|---|---|
private AdvisedSupport |
advised |
| Constructor and Description |
|---|
HashCodeInterceptor(AdvisedSupport advised) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
intercept(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args,
MethodProxy methodProxy) |
private final AdvisedSupport advised
public HashCodeInterceptor(AdvisedSupport advised)