Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.InvokerInfo
Package
Description
The build compatible extension SPI.
-
Uses of InvokerInfo in jakarta.enterprise.inject.build.compatible.spi
Modifier and TypeMethodDescriptionInvokerFactory.createInvoker
(BeanInfo bean, MethodInfo method) Returns a newInvokerBuilder
for given method of given bean.Modifier and TypeMethodDescriptionSyntheticBeanBuilder.withParam
(String key, InvokerInfo value) Adds an invoker-valued parameter to the parameter map.SyntheticBeanBuilder.withParam
(String key, InvokerInfo[] value) Adds an invoker array-valued parameter to the parameter map.SyntheticObserverBuilder.withParam
(String key, InvokerInfo value) Adds an invoker-valued parameter to the parameter map.SyntheticObserverBuilder.withParam
(String key, InvokerInfo[] value) Adds an invoker array-valued parameter to the parameter map.