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

Method Detail

newInstance

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


Copyright © 2012 Oracle Corporation. All Rights Reserved.