Uses of Interface
javax.inject.Provider
-
Packages that use Provider Package Description javax.enterprise.inject javax.enterprise.inject.se javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld org.jboss.weld.bean.builtin org.jboss.weld.environment.se org.jboss.weld.inject org.jboss.weld.util -
-
Uses of Provider in javax.enterprise.inject
Subinterfaces of Provider in javax.enterprise.inject Modifier and Type Interface Description interfaceInstance<T>Allows the application to dynamically obtain instances of beans with a specified combination of required type and qualifiers. -
Uses of Provider in javax.enterprise.inject.se
Subinterfaces of Provider in javax.enterprise.inject.se Modifier and Type Interface Description interfaceSeContainerProvides access to the current container in Java SE. -
Uses of Provider in javax.enterprise.inject.spi
Classes in javax.enterprise.inject.spi that implement Provider Modifier and Type Class Description classCDI<T>Provides access to the current container. -
Uses of Provider in org.jboss.weld
Classes in org.jboss.weld that implement Provider Modifier and Type Class Description classAbstractCDI<T>Abstract implementation of CDI which forwards all Instance methods to a delegate.classSimpleCDIProvides convenient way to access the CDI container. -
Uses of Provider in org.jboss.weld.bean.builtin
Classes in org.jboss.weld.bean.builtin that implement Provider Modifier and Type Class Description classInstanceImpl<T>Helper implementation for Instance for getting instances -
Uses of Provider in org.jboss.weld.environment.se
Classes in org.jboss.weld.environment.se that implement Provider Modifier and Type Class Description classWeldContainerRepresents a Weld SE container. -
Uses of Provider in org.jboss.weld.inject
Subinterfaces of Provider in org.jboss.weld.inject Modifier and Type Interface Description interfaceWeldInstance<T>Represents an enhanced version ofInstance. -
Uses of Provider in org.jboss.weld.util
Classes in org.jboss.weld.util that implement Provider Modifier and Type Class Description classForwardingWeldInstance<T>Forwarding implementation ofInstance.
-