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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
newInstance(String type, String[] interfaces, WeakCacheKey<CallbackFilter> filter, org.objectweb.asm.Type[] callbackTypes, boolean useFactory, boolean interceptDuringConstruction, Long serialVersionUID)
-
-
-
Method Detail
-
newInstance
Object newInstance(String type, String[] interfaces, WeakCacheKey<CallbackFilter> filter, org.objectweb.asm.Type[] callbackTypes, boolean useFactory, boolean interceptDuringConstruction, Long serialVersionUID)
-
-