Interface MethodFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isHandled​(java.lang.reflect.Method m)
      Returns true if the given method is implemented by a handler.
    • Method Detail

      • isHandled

        boolean isHandled​(java.lang.reflect.Method m)
        Returns true if the given method is implemented by a handler.