Package org.jboss.weld.invokable
Class InvokerBuilderImpl<B>
java.lang.Object
org.jboss.weld.invokable.AbstractInvokerBuilder<B,jakarta.enterprise.invoke.Invoker<B,?>>
org.jboss.weld.invokable.InvokerBuilderImpl<B>
- All Implemented Interfaces:
jakarta.enterprise.invoke.InvokerBuilder<jakarta.enterprise.invoke.Invoker<B,
,?>> WeldInvokerBuilder<jakarta.enterprise.invoke.Invoker<B,
?>>
public class InvokerBuilderImpl<B>
extends AbstractInvokerBuilder<B,jakarta.enterprise.invoke.Invoker<B,?>>
-
Constructor Summary
ConstructorsConstructorDescriptionInvokerBuilderImpl
(jakarta.enterprise.inject.spi.AnnotatedType<B> beanClass, TargetMethod method, BeanManagerImpl beanManager) -
Method Summary
Methods inherited from class org.jboss.weld.invokable.AbstractInvokerBuilder
getBeanClass, getConfiguredLookups, getMethod, withArgumentLookup, withArgumentTransformer, withExceptionTransformer, withInstanceLookup, withInstanceTransformer, withInvocationWrapper, withReturnValueTransformer
-
Constructor Details
-
InvokerBuilderImpl
public InvokerBuilderImpl(jakarta.enterprise.inject.spi.AnnotatedType<B> beanClass, TargetMethod method, BeanManagerImpl beanManager)
-
-
Method Details
-
build
-