net.sf.cglib.proxy
Interface Enhancer.EnhancerKey

Enclosing class:
Enhancer

public static interface Enhancer.EnhancerKey

Internal interface, only public due to ClassLoader issues.


Method Summary
 java.lang.Object newInstance(java.lang.String type, java.lang.String[] interfaces, net.sf.cglib.proxy.CallbackFilter filter, org.objectweb.asm.Type[] callbackTypes, boolean useFactory, boolean interceptDuringConstruction, java.lang.Long serialVersionUID)
           
 

Method Detail

newInstance

java.lang.Object newInstance(java.lang.String type,
                             java.lang.String[] interfaces,
                             net.sf.cglib.proxy.CallbackFilter filter,
                             org.objectweb.asm.Type[] callbackTypes,
                             boolean useFactory,
                             boolean interceptDuringConstruction,
                             java.lang.Long serialVersionUID)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.