Uses of Interface
net.sf.cglib.proxy.CallbackFilter
-
Packages that use CallbackFilter Package Description net.sf.cglib.proxy -
-
Uses of CallbackFilter in net.sf.cglib.proxy
Classes in net.sf.cglib.proxy that implement CallbackFilter Modifier and Type Class Description class
CallbackHelper
Fields in net.sf.cglib.proxy declared as CallbackFilter Modifier and Type Field Description private static CallbackFilter
Enhancer. ALL_ZERO
private static CallbackFilter
Proxy. BAD_OBJECT_METHOD_FILTER
private CallbackFilter
Enhancer. filter
Methods in net.sf.cglib.proxy with parameters of type CallbackFilter Modifier and Type Method Description static java.lang.Object
Enhancer. create(java.lang.Class superclass, java.lang.Class[] interfaces, CallbackFilter filter, Callback[] callbacks)
Helper method to create an intercepted object.void
Enhancer. setCallbackFilter(CallbackFilter filter)
Set theCallbackFilter
used to map the generated class' methods to a particular callback index.Method parameters in net.sf.cglib.proxy with type arguments of type CallbackFilter Modifier and Type Method Description java.lang.Object
Enhancer.EnhancerKey. newInstance(java.lang.String type, java.lang.String[] interfaces, WeakCacheKey<CallbackFilter> filter, org.objectweb.asm.Type[] callbackTypes, boolean useFactory, boolean interceptDuringConstruction, java.lang.Long serialVersionUID)
-