Uses of Interface
jakarta.enterprise.inject.spi.AfterBeanDiscovery
-
Packages that use AfterBeanDiscovery Package Description org.hibernate.validator.cdi Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection for JavaTM", JSR 346).org.infinispan.cdi.common.util This package contains utility classes.org.jboss.weld.bootstrap.event -
-
Uses of AfterBeanDiscovery in org.hibernate.validator.cdi
Methods in org.hibernate.validator.cdi with parameters of type AfterBeanDiscovery Modifier and Type Method Description voidValidationExtension. afterBeanDiscovery(AfterBeanDiscovery afterBeanDiscoveryEvent, BeanManager beanManager)Registers beans forValidatorFactoryandValidatorif not yet present. -
Uses of AfterBeanDiscovery in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util with parameters of type AfterBeanDiscovery Modifier and Type Method Description voidBeanManagerProvider. setBeanManager(AfterBeanDiscovery afterBeanDiscovery, BeanManager beanManager)It basically doesn't matter which of the system events we use, but basically we use theAfterBeanDiscoveryevent since it allows to use theBeanManagerProviderfor all events which occur after theAfterBeanDiscoveryevent. -
Uses of AfterBeanDiscovery in org.jboss.weld.bootstrap.event
Subinterfaces of AfterBeanDiscovery in org.jboss.weld.bootstrap.event Modifier and Type Interface Description interfaceWeldAfterBeanDiscoveryRepresents an enhanced version ofAfterBeanDiscovery.
-