Uses of Interface
jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Packages that use ProcessAnnotatedType Package Description jakarta.enterprise.inject.spi The portable extension integration SPI.org.hibernate.validator.cdi 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.spi Modifier and Type Interface Description interfaceProcessSyntheticAnnotatedType<X>The 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 ProcessAnnotatedType Modifier and Type Method Description <T> voidValidationExtension. processAnnotatedType(ProcessAnnotatedType<T> processAnnotatedTypeEvent)Used to register the method validation interceptor bindings.
-