接口 MethodInvoker

  • 所有已知实现类:
    SimpleMethodInvoker

    public interface MethodInvoker
    A strategy interface for invoking a method. Typically used by adapters.
    作者:
    Mark Fisher, Mahmoud Ben Hassine
    • 方法详细资料

      • invokeMethod

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