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