Interface ExtensionHandlerCustomizer

    • Method Detail

      • customize

        ExtensionHandler customize​(ExtensionHandler handler,
                                   java.lang.Class<?> extensionType,
                                   java.lang.reflect.Method method)
        Customize an extension handler.
        Parameters:
        handler - The ExtensionHandler to customize
        extensionType - The extension type class
        method - A method
        Returns:
        An ExtensionHandler object. This can be the same as the handler parameter or another instance that delegates to the original handler