Uses of Interface
org.jboss.weld.invoke.WeldInvokerBuilder
Packages that use WeldInvokerBuilder
Package
Description
-
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.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return WeldInvokerBuilderModifier and TypeMethodDescriptionWeldInvokerBuilder<jakarta.enterprise.invoke.Invoker<X,?>> AbstractProcessClassBean.createInvoker(jakarta.enterprise.inject.spi.AnnotatedMethod<? super X> annotatedMethod) -
Uses of WeldInvokerBuilder in org.jboss.weld.invokable
Classes in org.jboss.weld.invokable that implement WeldInvokerBuilderModifier and TypeClassDescriptionclassclassclassMethods in org.jboss.weld.invokable that return WeldInvokerBuilderModifier and TypeMethodDescriptionAbstractInvokerBuilder.withArgumentLookup(int position) AbstractInvokerBuilder.withArgumentTransformer(int position, Class<?> clazz, String methodName) AbstractInvokerBuilder.withExceptionTransformer(Class<?> clazz, String methodName) AbstractInvokerBuilder.withInstanceLookup()AbstractInvokerBuilder.withInstanceTransformer(Class<?> clazz, String methodName) AbstractInvokerBuilder.withInvocationWrapper(Class<?> clazz, String methodName) AbstractInvokerBuilder.withReturnValueTransformer(Class<?> clazz, String methodName) -
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.