net.sf.cglib.proxy
Interface Enhancer.EnhancerKey

Enclosing interface:
Enhancer

public static interface Enhancer.EnhancerKey

Internal interface, only public due to ClassLoader issues.


Method Summary
 java.lang.Object newInstance(java.lang.Class type, java.lang.Class[] interfaces, java.lang.Object filter, org.objectweb.asm.Type[] callbackTypes, boolean useFactory)
           
 

Method Detail

newInstance

public java.lang.Object newInstance(java.lang.Class type,
                                    java.lang.Class[] interfaces,
                                    java.lang.Object filter,
                                    org.objectweb.asm.Type[] callbackTypes,
                                    boolean useFactory)


Copyright (c) 2001 - Apache Software Foundation