Uses of Interface
jakarta.enterprise.inject.spi.Extension
Package
Description
The portable extension integration SPI.
-
Uses of Extension in jakarta.enterprise.inject.se
Modifier and TypeMethodDescriptionabstract SeContainerInitializer
SeContainerInitializer.addExtensions
(Extension... extensions) Add extensions to the set of extensions. -
Uses of Extension in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescription<T extends Extension>
TBeanManager.getExtension
(Class<T> extensionClass) Obtains the container's instance of an Extension class declared inMETA-INF/services
.Modifier and TypeMethodDescriptionProcessSyntheticAnnotatedType.getSource()
Get the extension instance which added theAnnotatedType
for which this event is being fired.ProcessSyntheticBean.getSource()
Get the extension instance which added theBean
for which this event is being fired.ProcessSyntheticObserverMethod.getSource()
Get the extension instance which added theObserverMethod
for which this event is being fired.