Interface InjectorImpl.MethodInvoker

  • Enclosing class:
    InjectorImpl

    static interface InjectorImpl.MethodInvoker
    Invokes a method.
    • Method Detail

      • invoke

        java.lang.Object invoke​(java.lang.Object target,
                                java.lang.Object... parameters)
                         throws java.lang.IllegalAccessException,
                                java.lang.reflect.InvocationTargetException
        Throws:
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException