Interface LambdaListener.Factory

  • Enclosing class:
    LambdaListener

    public static interface LambdaListener.Factory
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.invoke.MethodHandles.Lookup create​(java.lang.reflect.Method lookupInMethod, java.lang.Class<?> klass)  
    • Method Detail

      • create

        java.lang.invoke.MethodHandles.Lookup create​(java.lang.reflect.Method lookupInMethod,
                                                     java.lang.Class<?> klass)
                                              throws java.lang.reflect.InvocationTargetException,
                                                     java.lang.IllegalAccessException
        Throws:
        java.lang.reflect.InvocationTargetException
        java.lang.IllegalAccessException