CallbackFilter
public abstract class CallbackHelper extends java.lang.Object implements CallbackFilter
Constructor | Description |
---|---|
CallbackHelper(java.lang.Class superclass,
java.lang.Class[] interfaces) |
Modifier and Type | Method | Description |
---|---|---|
int |
accept(java.lang.reflect.Method method) |
Map a method to a callback.
|
boolean |
equals(java.lang.Object o) |
The
CallbackFilter in use affects which cached class
the Enhancer will use, so this is a reminder that
you should correctly implement equals and
hashCode for custom CallbackFilter
implementations in order to improve performance. |
Callback[] |
getCallbacks() |
|
java.lang.Class[] |
getCallbackTypes() |
|
int |
hashCode() |
public CallbackHelper(java.lang.Class superclass, java.lang.Class[] interfaces)
public Callback[] getCallbacks()
public java.lang.Class[] getCallbackTypes()
public int accept(java.lang.reflect.Method method)
CallbackFilter
accept
in interface CallbackFilter
method
- the intercepted methodEnhancer.setCallbacks(net.sf.cglib.proxy.Callback[])
) to use for the method,public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
CallbackFilter
CallbackFilter
in use affects which cached class
the Enhancer
will use, so this is a reminder that
you should correctly implement equals
and
hashCode
for custom CallbackFilter
implementations in order to improve performance.equals
in interface CallbackFilter
equals
in class java.lang.Object
Copyright (c) 2001 - Apache Software Foundation