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

      • newInstance

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