Uses of Interface
jakarta.enterprise.inject.spi.ProcessAnnotatedType
Packages that use ProcessAnnotatedType
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 ProcessAnnotatedType in jakarta.enterprise.inject.spi
Subinterfaces of ProcessAnnotatedType in jakarta.enterprise.inject.spiModifier and TypeInterfaceDescriptioninterfaceThe container fires an event of this type for each Java class or interface added byBeforeBeanDiscovery.addAnnotatedType(AnnotatedType, String)orAfterTypeDiscovery.addAnnotatedType(AnnotatedType, String) -
Uses of ProcessAnnotatedType in org.hibernate.validator.cdi
Methods in org.hibernate.validator.cdi with parameters of type ProcessAnnotatedTypeModifier and TypeMethodDescription<T> voidValidationExtension.processAnnotatedType(ProcessAnnotatedType<T> processAnnotatedTypeEvent) Used to register the method validation interceptor bindings.