Uses of Interface
io.helidon.pico.api.QualifierAndValue
Packages that use QualifierAndValue
Package
Description
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Pico's config-driven-service API.
Internal tooling for the pico maven plugin.
Pico runtime services.
Pico Tools.
-
Uses of QualifierAndValue in io.helidon.pico.api
Classes in io.helidon.pico.api that implement QualifierAndValueModifier and TypeClassDescriptionclassDescribes aQualifiertype annotation associated with a service being provided or dependant upon.Fields in io.helidon.pico.api declared as QualifierAndValueModifier and TypeFieldDescriptionstatic final QualifierAndValueCommonQualifiers.WILDCARD_NAMEDRepresents a wildcardCommonQualifiers.NAMEDqualifier.Methods in io.helidon.pico.api that return QualifierAndValueModifier and TypeMethodDescriptionstatic QualifierAndValueDefaultQualifierAndValue.convert(AnnotationAndValue annotationAndValue) Converts from anAnnotationAndValueto aQualifierAndValue.Methods in io.helidon.pico.api that return types with arguments of type QualifierAndValueModifier and TypeMethodDescriptionElementInfo.qualifiers()The qualifier type annotations on this element.ServiceInfoBasics.qualifiers()The managed service assigned Qualifier's.ServiceInfoCriteria.qualifiers()The managed service assigned Qualifier's.Method parameters in io.helidon.pico.api with type arguments of type QualifierAndValueModifier and TypeMethodDescriptionstatic booleanServiceInfo.matchesQualifiers(Collection<QualifierAndValue> src, Collection<QualifierAndValue> criteria) Matches qualifier collections. -
Uses of QualifierAndValue in io.helidon.pico.configdriven.runtime
Methods in io.helidon.pico.configdriven.runtime with parameters of type QualifierAndValueModifier and TypeMethodDescriptionvoidBindableConfigBeanRegistry.bind(ConfiguredServiceProvider<?, ?> configuredServiceProvider, QualifierAndValue configuredByQualifier, io.helidon.builder.config.spi.MetaConfigBeanInfo metaConfigBeanInfo) Binds aConfiguredServiceProviderto theMetaConfigBeanInfoannotation it is configured by. -
Uses of QualifierAndValue in io.helidon.pico.maven.plugin
Classes in io.helidon.pico.maven.plugin that implement QualifierAndValueModifier and TypeClassDescriptionclassUsed byExternalModuleCreatorMojo, and here in this package due to maven requirements to be in the same package as the mojo. -
Uses of QualifierAndValue in io.helidon.pico.runtime
Methods in io.helidon.pico.runtime with parameters of type QualifierAndValueModifier and TypeMethodDescriptionDependencies.BuilderContinuation.addQualifier(QualifierAndValue val) Sets the optional qualifier of the injection point.Method parameters in io.helidon.pico.runtime with type arguments of type QualifierAndValueModifier and TypeMethodDescriptionDependencies.BuilderContinuation.qualifiers(Collection<QualifierAndValue> val) Sets the optional qualifier of the injection point. -
Uses of QualifierAndValue in io.helidon.pico.tools
Methods in io.helidon.pico.tools that return types with arguments of type QualifierAndValueModifier and TypeMethodDescriptionstatic Set<QualifierAndValue>TypeTools.createQualifierAndValueSet(List<? extends AnnotationMirror> annoMirrors) Creates a set of qualifiers given the owning element's annotation type mirror.static Set<QualifierAndValue>TypeTools.createQualifierAndValueSet(Element type) Creates a set of qualifiers given the owning element.ActivatorCreatorCodeGen.serviceTypeQualifiers()The set ofQualifier's for each service type.ExternalModuleCreatorRequest.serviceTypeToQualifiersMap()Optionally, provides a means to map additional qualifiers to service types.Method parameters in io.helidon.pico.tools with type arguments of type QualifierAndValueModifier and TypeMethodDescriptionvoidServicesToProcess.addQualifiers(TypeName serviceTypeName, Set<QualifierAndValue> qualifiers) Sets the qualifiers associated with a service type.