Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.InvokerInfo
-
Packages that use InvokerInfo Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI. -
-
Uses of InvokerInfo in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return types with arguments of type InvokerInfo Modifier and Type Method Description InvokerBuilder<InvokerInfo>
BeanInfo. createInvoker(MethodInfo method)
Returns a newInvokerBuilder
for given method.Methods in jakarta.enterprise.inject.build.compatible.spi with parameters of type InvokerInfo Modifier and Type Method Description SyntheticBeanBuilder<T>
SyntheticBeanBuilder. withParam(java.lang.String key, InvokerInfo value)
Adds an invoker-valued parameter to the parameter map.SyntheticBeanBuilder<T>
SyntheticBeanBuilder. withParam(java.lang.String key, InvokerInfo[] value)
Adds an invoker array-valued parameter to the parameter map.SyntheticObserverBuilder<T>
SyntheticObserverBuilder. withParam(java.lang.String key, InvokerInfo value)
Adds an invoker-valued parameter to the parameter map.SyntheticObserverBuilder<T>
SyntheticObserverBuilder. withParam(java.lang.String key, InvokerInfo[] value)
Adds an invoker array-valued parameter to the parameter map.
-