Package org.jboss.weld.invokable
Class InvokerInfoBuilder<B>
java.lang.Object
org.jboss.weld.invokable.AbstractInvokerBuilder<B,jakarta.enterprise.inject.build.compatible.spi.InvokerInfo>
org.jboss.weld.invokable.InvokerInfoBuilder<B>
- All Implemented Interfaces:
jakarta.enterprise.invoke.InvokerBuilder<jakarta.enterprise.inject.build.compatible.spi.InvokerInfo>,org.jboss.weld.invoke.WeldInvokerBuilder<jakarta.enterprise.inject.build.compatible.spi.InvokerInfo>
public class InvokerInfoBuilder<B>
extends AbstractInvokerBuilder<B,jakarta.enterprise.inject.build.compatible.spi.InvokerInfo>
-
Constructor Summary
ConstructorsConstructorDescriptionInvokerInfoBuilder(jakarta.enterprise.inject.spi.AnnotatedType<B> beanClass, TargetMethod method, jakarta.enterprise.inject.spi.BeanManager beanManager) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.enterprise.inject.build.compatible.spi.InvokerInfobuild()Methods inherited from class org.jboss.weld.invokable.AbstractInvokerBuilder
getBeanClass, getConfiguredLookups, getMethod, withArgumentLookup, withArgumentTransformer, withExceptionTransformer, withInstanceLookup, withInstanceTransformer, withInvocationWrapper, withReturnValueTransformer
-
Constructor Details
-
InvokerInfoBuilder
public InvokerInfoBuilder(jakarta.enterprise.inject.spi.AnnotatedType<B> beanClass, TargetMethod method, jakarta.enterprise.inject.spi.BeanManager beanManager)
-
-
Method Details
-
build
public jakarta.enterprise.inject.build.compatible.spi.InvokerInfo build()
-