Uses of Class
io.quarkus.arc.processor.InvokerBuilder
Packages that use InvokerBuilder
-
Uses of InvokerBuilder in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return InvokerBuilderModifier and TypeMethodDescriptionInvokerFactory.createInvoker(BeanInfo targetBean, org.jboss.jandex.MethodInfo targetMethod) InvokerBuilder.withArgumentLookup(int position) Enables lookup of the argument on givenposition.InvokerBuilder.withArgumentTransformer(int position, Class<?> clazz, String methodName) Configures an input transformer for the argument on givenposition.InvokerBuilder.withExceptionTransformer(Class<?> clazz, String methodName) Configures an output transformer for the thrown exception.InvokerBuilder.withInstanceLookup()Enables lookup of the target instance.InvokerBuilder.withInstanceTransformer(Class<?> clazz, String methodName) Configures an input transformer for the target instance.InvokerBuilder.withInvocationWrapper(Class<?> clazz, String methodName) Configures an invoker wrapper.InvokerBuilder.withReturnValueTransformer(Class<?> clazz, String methodName) Configures an output transformer for the return value.