Uses of Interface
jakarta.enterprise.inject.spi.ProcessBean
Packages that use ProcessBean
Package
Description
The portable extension integration SPI.
Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection
for JavaTM", JSR 346).
-
Uses of ProcessBean in jakarta.enterprise.inject.spi
Subinterfaces of ProcessBean in jakarta.enterprise.inject.spiModifier and TypeInterfaceDescriptioninterfaceThe container fires an event of this type for each enabled managed bean, before registering theBeanobject.interfaceProcessProducerField<T,X> The container fires an event of this type for each enabled producer field, before registering theBeanobject.interfaceThe container fires an event of this type for each enabled producer method, before registering theBeanobject.interfaceThe container fires an event of this type for each enabled session bean, before registering theBeanobject.interfaceThe container fires an event of this type for each custom bean implementation added throughAfterBeanDiscovery.addBean()orAfterBeanDiscovery.addBean(Bean), before registering theBeanobject. -
Uses of ProcessBean in org.hibernate.validator.cdi
Methods in org.hibernate.validator.cdi with parameters of type ProcessBeanModifier and TypeMethodDescriptionvoidValidationExtension.processBean(ProcessBean<?> processBeanEvent) Watches theProcessBeanevent in order to determine whether beans forValidatorFactoryandValidatoralready have been registered by some other component. -
Uses of ProcessBean in org.infinispan.cdi.embedded
Methods in org.infinispan.cdi.embedded with parameters of type ProcessBeanModifier and TypeMethodDescriptionvoidInfinispanExtensionEmbedded.observeEmbeddedCacheManagerBean(ProcessBean<?> processBean)