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.String type, java.lang.String[] interfaces, CallbackFilter filter, org.objectweb.asm.Type[] callbackTypes, boolean useFactory, boolean interceptDuringConstruction, java.lang.Long serialVersionUID)
           
 

Method Detail

newInstance

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


Copyright (c) 2001 - Apache Software Foundation