Uses of Interface
jakarta.enterprise.inject.spi.Extension
-
Packages that use Extension Package Description jakarta.enterprise.inject.build.compatible.spi The build compatible extension SPI.jakarta.enterprise.inject.se 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).org.hibernate.validator.cdi.internal Classes for enabling Bean Validation CDI integration.org.infinispan.cdi.common.util This package contains utility classes.org.infinispan.cdi.embedded org.infinispan.cdi.remote -
-
Uses of Extension in jakarta.enterprise.inject.build.compatible.spi
Methods in jakarta.enterprise.inject.build.compatible.spi that return types with arguments of type Extension Modifier and Type Method Description Class<? extends Extension>value()A class implementingExtensionthat is expected to mirror the functionality of the annotated build compatible extension. -
Uses of Extension in jakarta.enterprise.inject.se
Methods in jakarta.enterprise.inject.se with parameters of type Extension Modifier and Type Method Description abstract SeContainerInitializerSeContainerInitializer. addExtensions(Extension... extensions)Add extensions to the set of extensions. -
Uses of Extension in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi with type parameters of type Extension Modifier and Type Method Description <T extends Extension>
TBeanManager. getExtension(Class<T> extensionClass)Obtains the container's instance of an Extension class declared inMETA-INF/services.Methods in jakarta.enterprise.inject.spi that return Extension Modifier and Type Method Description ExtensionProcessSyntheticAnnotatedType. getSource()Get the extension instance which added theAnnotatedTypefor which this event is being fired.ExtensionProcessSyntheticBean. getSource()Get the extension instance which added theBeanfor which this event is being fired.ExtensionProcessSyntheticObserverMethod. getSource()Get the extension instance which added theObserverMethodfor which this event is being fired. -
Uses of Extension in org.hibernate.validator.cdi
Classes in org.hibernate.validator.cdi that implement Extension Modifier and Type Class Description classValidationExtensionA CDI portable extension which integrates Bean Validation with CDI. -
Uses of Extension in org.hibernate.validator.cdi.internal
Classes in org.hibernate.validator.cdi.internal that implement Extension Modifier and Type Class Description classValidationExtensionDeprecated.useValidationExtensioninstead. -
Uses of Extension in org.infinispan.cdi.common.util
Classes in org.infinispan.cdi.common.util that implement Extension Modifier and Type Class Description classBeanManagerProviderThis class provides access to theBeanManagerby registering the currentBeanManagerin an extension and making it available via a singleton factory for the current application. -
Uses of Extension in org.infinispan.cdi.embedded
Classes in org.infinispan.cdi.embedded that implement Extension Modifier and Type Class Description classInfinispanExtensionEmbeddedThe Infinispan CDI extension for embedded caches -
Uses of Extension in org.infinispan.cdi.remote
Classes in org.infinispan.cdi.remote that implement Extension Modifier and Type Class Description classInfinispanExtensionRemote
-