Interface NewInvocationControl<T>

    • Method Detail

      • invoke

        java.lang.Object invoke​(java.lang.Class<?> type,
                                java.lang.Object[] args,
                                java.lang.Class<?>[] sig)
                         throws java.lang.Exception
        Invoke the invocation control
        Throws:
        java.lang.Exception
      • expectSubstitutionLogic

        T expectSubstitutionLogic​(java.lang.Object... arguments)
                           throws java.lang.Exception
        Expect a call to the new instance substitution logic.
        Throws:
        java.lang.Exception