Class InvokerImpl<T,R>

java.lang.Object
org.jboss.weld.invokable.InvokerImpl<T,R>
All Implemented Interfaces:
jakarta.enterprise.inject.build.compatible.spi.InvokerInfo, jakarta.enterprise.invoke.Invoker<T,R>

public class InvokerImpl<T,R> extends Object implements jakarta.enterprise.invoke.Invoker<T,R>, jakarta.enterprise.inject.build.compatible.spi.InvokerInfo
  • Method Details

    • invoke

      public R invoke(T instance, Object[] arguments) throws Exception
      Specified by:
      invoke in interface jakarta.enterprise.invoke.Invoker<T,R>
      Throws:
      Exception