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 Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • invokeMethod

      @Nullable Object invokeMethod(Object... args)