Uses of Annotation Interface
jakarta.inject.Qualifier
Packages that use Qualifier
Package
Description
Provides APIs used by Batch artifacts.
Annotations and interfaces relating to scopes and contexts.
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.
CDI Support for MicroProfile Config
Microprofile Health
Interoperable JWT RBAC for Microprofile
IMPORTANT
This package is a copy from the original package from the specification.
The MicroProfile Reactive Messaging API Connector SPI
Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection
for JavaTM", JSR 346).
This package contains utility classes.
-
Uses of Qualifier in io.smallrye.reactive.messaging.annotations
Classes in io.smallrye.reactive.messaging.annotations with annotations of type QualifierModifier and TypeClassDescription@interfaceDeprecated.@interfaceQualifier forEmitterFactoryimplementations. -
Uses of Qualifier in jakarta.batch.api
Classes in jakarta.batch.api with annotations of type QualifierModifier and TypeClassDescription@interfaceAnnotation 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 QualifierModifier and TypeClassDescription@interfaceAn event with this qualifier is fired when a context is about to be destroyed, i.e. before the actual destruction.@interfaceAn event with this qualifier is fired when a context is destroyed, i.e. after the actual destruction.@interfaceAn event with this qualifier is fired when a context is initialized, i.e. ready for use. -
Uses of Qualifier in jakarta.enterprise.inject
Classes in jakarta.enterprise.inject with annotations of type QualifierModifier and TypeClassDescription@interfaceThe built-in qualifier type.@interfaceA decorator may inject metadata about the bean it is decorating@interfaceThe default qualifier type.@interfaceAn 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 -
Uses of Qualifier in org.eclipse.microprofile.config.inject
Classes in org.eclipse.microprofile.config.inject with annotations of type QualifierModifier and TypeClassDescription@interfaceRetrieve a number of related configuration properties with the specified prefix into a property class.@interfaceBinds the injection point with a configured value. -
Uses of Qualifier in org.eclipse.microprofile.health
Classes in org.eclipse.microprofile.health with annotations of type QualifierModifier and TypeClassDescription@interfaceThis qualifier is used to define a liveness Health Check procedure@interfaceThis qualifier is used to define a readiness Health Check procedure@interfaceThis qualifier is used to define a Startup Health Check procedure mapped to the Startup Kubernetes probes. -
Uses of Qualifier in org.eclipse.microprofile.jwt
Classes in org.eclipse.microprofile.jwt with annotations of type QualifierModifier and TypeClassDescription@interfaceAnnotation used to signify an injection point for aClaimValuefrom aJsonWebToken -
Uses of Qualifier in org.eclipse.microprofile.reactive.messaging
Classes in org.eclipse.microprofile.reactive.messaging with annotations of type QualifierModifier and TypeClassDescription@interfaceThis qualifier indicates which channel should be injected / populated. -
Uses of Qualifier in org.eclipse.microprofile.reactive.messaging.spi
Classes in org.eclipse.microprofile.reactive.messaging.spi with annotations of type QualifierModifier and TypeClassDescription@interfaceQualifier used on connector implementations to indicate the associated underlying transport. -
Uses of Qualifier in org.hibernate.validator.cdi
Classes in org.hibernate.validator.cdi with annotations of type QualifierModifier and TypeClassDescription@interfaceA 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 QualifierModifier and TypeClassDescription@interfaceA 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 QualifierModifier and TypeClassDescription@interfaceQualifier 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 QualifierModifier and TypeClassDescription@interfaceQualifier 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 QualifierModifier and TypeClassDescription@interfaceQualifier 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 QualifierModifier and TypeClassDescription@interfaceQualifier 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 QualifierModifier and TypeClassDescription@interfaceQualifier used with all for all of the unbound contexts Weld offers.
Channelinstead.