Uses of Interface
org.jboss.weld.invoke.WeldInvokerBuilder
Packages that use WeldInvokerBuilder
-
Uses of WeldInvokerBuilder in org.jboss.weld.bootstrap.event
Methods in org.jboss.weld.bootstrap.event that return WeldInvokerBuilderModifier and TypeMethodDescriptionWeldInvokerBuilder<jakarta.enterprise.invoke.Invoker<X,?>> WeldProcessManagedBean.createInvoker(jakarta.enterprise.inject.spi.AnnotatedMethod<? super X> method) -
Uses of WeldInvokerBuilder in org.jboss.weld.invoke
Methods in org.jboss.weld.invoke that return WeldInvokerBuilderModifier and TypeMethodDescriptionWeldInvokerBuilder<jakarta.enterprise.inject.build.compatible.spi.InvokerInfo>WeldInvokerFactory.createInvoker(jakarta.enterprise.inject.build.compatible.spi.BeanInfo bean, jakarta.enterprise.lang.model.declarations.MethodInfo method) WeldInvokerBuilder.withArgumentLookup(int position) WeldInvokerBuilder.withArgumentTransformer(int position, Class<?> clazz, String methodName) Registers a transformer for a single argument of the target method.WeldInvokerBuilder.withExceptionTransformer(Class<?> clazz, String methodName) Registers an exception transformer for a possible exception thrown by the target method.WeldInvokerBuilder.withInstanceLookup()WeldInvokerBuilder.withInstanceTransformer(Class<?> clazz, String methodName) Registers a transformer for the instance on which the invoker will be called.WeldInvokerBuilder.withInvocationWrapper(Class<?> clazz, String methodName) Registers an invocation wrapper for given invoker.WeldInvokerBuilder.withReturnValueTransformer(Class<?> clazz, String methodName) Registers a transformer for return value of the target method.