Interface ExtensionInvocationHandler

  • All Superinterfaces:
    java.lang.reflect.InvocationHandler

    public interface ExtensionInvocationHandler
    extends java.lang.reflect.InvocationHandler
    When proxying an extension class, implement this interface to provide a mechanism to obtain the underlying proxied class.
    • Method Detail

      • getPluginId

        java.lang.String getPluginId()
        Get the plugin ID of the proxied extension point.