Interface MethodInvoker

  • All Known Implementing Classes:
    SimpleMethodInvoker

    public interface MethodInvoker
    A strategy interface for invoking a method. Typically used by adapters.
    Author:
    Mark Fisher, Mahmoud Ben Hassine
    • Method Detail

      • invokeMethod

        @Nullable
        java.lang.Object invokeMethod​(java.lang.Object... args)