Uses of Class
jakarta.inject.Qualifier
-
Packages that use Qualifier Package Description jakarta.batch.api Provides APIs used by Batch artifacts.jakarta.enterprise.context Annotations and interfaces relating to scopes and contexts.jakarta.enterprise.inject jakarta.inject This package specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.org.hibernate.validator.cdi Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection for JavaTM", JSR 346).org.infinispan.cdi.common.util This package contains utility classes.org.infinispan.cdi.remote org.jboss.weld.context.bound org.jboss.weld.context.ejb org.jboss.weld.context.http org.jboss.weld.context.unbound -
-
Uses of Qualifier in jakarta.batch.api
Classes in jakarta.batch.api with annotations of type Qualifier Modifier and Type Class Description interfaceBatchPropertyAnnotation used by batch artifacts and CDI Beans to declare a field or other element which is injectable via a JSL-defined value (possibly leveraging Job XML substitutions). -
Uses of Qualifier in jakarta.enterprise.context
Classes in jakarta.enterprise.context with annotations of type Qualifier Modifier and Type Class Description interfaceBeforeDestroyedAn event with this qualifier is fired when a context is about to be destroyed, i.e.interfaceDestroyedAn event with this qualifier is fired when a context is destroyed, i.e.interfaceInitializedAn event with this qualifier is fired when a context is initialized, i.e. -
Uses of Qualifier in jakarta.enterprise.inject
Classes in jakarta.enterprise.inject with annotations of type Qualifier Modifier and Type Class Description interfaceAnyThe built-in qualifier type.interfaceDecoratedA decorator may inject metadata about the bean it is decoratinginterfaceDefaultThe default qualifier type.interfaceInterceptedAn interceptor may inject metadata about the bean it is intercepting. -
Uses of Qualifier in jakarta.inject
Classes in jakarta.inject with annotations of type Qualifier Modifier and Type Class Description interfaceNamedString-based qualifier. -
Uses of Qualifier in org.hibernate.validator.cdi
Classes in org.hibernate.validator.cdi with annotations of type Qualifier Modifier and Type Class Description interfaceHibernateValidatorA CDI qualifier to identify the Hibernate Validator specific Bean Validation beans. -
Uses of Qualifier in org.infinispan.cdi.common.util
Classes in org.infinispan.cdi.common.util with annotations of type Qualifier Modifier and Type Class Description interfaceSyntheticA synthetic qualifier that can be used to replace other user-supplied configuration at deployment. -
Uses of Qualifier in org.infinispan.cdi.remote
Classes in org.infinispan.cdi.remote with annotations of type Qualifier Modifier and Type Class Description interfaceRemoteQualifier used to specify which remote cache will be injected. -
Uses of Qualifier in org.jboss.weld.context.bound
Classes in org.jboss.weld.context.bound with annotations of type Qualifier Modifier and Type Class Description interfaceBoundQualifier used with all for all of the bound (map backed) contexts Weld offers. -
Uses of Qualifier in org.jboss.weld.context.ejb
Classes in org.jboss.weld.context.ejb with annotations of type Qualifier Modifier and Type Class Description interfaceEjbQualifier used with all for all of the EJB contexts Weld offers. -
Uses of Qualifier in org.jboss.weld.context.http
Classes in org.jboss.weld.context.http with annotations of type Qualifier Modifier and Type Class Description interfaceHttpQualifier used with all for all of the Servlet backed contexts Weld offers. -
Uses of Qualifier in org.jboss.weld.context.unbound
Classes in org.jboss.weld.context.unbound with annotations of type Qualifier Modifier and Type Class Description interfaceUnboundQualifier used with all for all of the unbound contexts Weld offers.
-