Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanCreator
-
Packages that use SyntheticBeanCreator Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI. -
-
Uses of SyntheticBeanCreator in jakarta.enterprise.inject.build.compatible.spi
Method parameters in jakarta.enterprise.inject.build.compatible.spi with type arguments of type SyntheticBeanCreator Modifier and Type Method Description SyntheticBeanBuilder<T>
SyntheticBeanBuilder. createWith(java.lang.Class<? extends SyntheticBeanCreator<T>> creatorClass)
Sets the class of the synthetic bean creation function.
-