Class InvokerImpl<X>

java.lang.Object
org.apache.webbeans.invoke.InvokerImpl<X>
All Implemented Interfaces:
jakarta.enterprise.invoke.Invoker<X,Object>

public final class InvokerImpl<X> extends Object implements jakarta.enterprise.invoke.Invoker<X,Object>
Invoker that delegates to Method.invoke(java.lang.Object, java.lang.Object...), optionally performing CDI lookups.
  • Method Details