Uses of Interface
net.sf.cglib.proxy.CallbackFilter
Packages that use CallbackFilter
-
Uses of CallbackFilter in net.sf.cglib.proxy
Classes in net.sf.cglib.proxy that implement CallbackFilterFields in net.sf.cglib.proxy declared as CallbackFilterModifier and TypeFieldDescriptionprivate static final CallbackFilterEnhancer.ALL_ZEROprivate static final CallbackFilterProxy.BAD_OBJECT_METHOD_FILTERprivate CallbackFilterEnhancer.filterMethods in net.sf.cglib.proxy with parameters of type CallbackFilterModifier and TypeMethodDescriptionstatic ObjectEnhancer.create(Class superclass, Class[] interfaces, CallbackFilter filter, Callback[] callbacks) Helper method to create an intercepted object.voidEnhancer.setCallbackFilter(CallbackFilter filter) Set theCallbackFilterused to map the generated class' methods to a particular callback index.Method parameters in net.sf.cglib.proxy with type arguments of type CallbackFilterModifier and TypeMethodDescriptionEnhancer.EnhancerKey.newInstance(String type, String[] interfaces, WeakCacheKey<CallbackFilter> filter, org.objectweb.asm.Type[] callbackTypes, boolean useFactory, boolean interceptDuringConstruction, Long serialVersionUID)