public class HashcodeEqualsAwareProxyFactory extends JavassistProxyFactory
extends JavassistProxyFactory to capture method calls `hashCode` and `equals` without expanding the proxy
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.lang.Object |
createProxiedInstance(Session session, java.lang.Class cls, java.lang.Class proxyClass, java.io.Serializable id) |
|
public void |
initialize() |
|
public java.lang.Object |
invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.reflect.Method proceed, java.lang.Object[] args) |
|
protected java.lang.Object |
resolveDelegate(java.lang.Object self) |
Methods inherited from class | Name |
---|---|
class JavassistProxyFactory |
createMethodHandler, createMethodHandler, createProxiedInstance, createProxy, createProxy, getIdentifier, getProxiedClass, getProxyClass, getProxyInstance, getProxyInterfaces, initialize, isHandled, isInitialized, isInitialized, isProxy, unwrap |