Uses of Interface
net.sf.cglib.proxy.CallbackFilter

Packages that use CallbackFilter
net.sf.cglib.proxy   
 

Uses of CallbackFilter in net.sf.cglib.proxy
 

Classes in net.sf.cglib.proxy that implement CallbackFilter
 class CallbackHelper
           
 

Methods in net.sf.cglib.proxy with parameters of type CallbackFilter
static Object Enhancer.create(Class superclass, Class[] interfaces, CallbackFilter filter, Callback[] callbacks)
          Helper method to create an intercepted object.
 Object Enhancer.EnhancerKey.newInstance(String type, String[] interfaces, CallbackFilter filter, org.objectweb.asm.Type[] callbackTypes, boolean useFactory, boolean interceptDuringConstruction, Long serialVersionUID)
           
 void Enhancer.setCallbackFilter(CallbackFilter filter)
          Set the CallbackFilter used to map the generated class' methods to a particular callback index.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.