Java org.springframework.beans.factory.support AutowireCandidateQualifier fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.support AutowireCandidateQualifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.support AutowireCandidateQualifier.

The text is from its open source code.

Field

StringVALUE_KEY
The name of the key used to store the value.

Constructor

AutowireCandidateQualifier(Class type)
Construct a qualifier to match against an annotation of the given type.
AutowireCandidateQualifier(String typeName)
Construct a qualifier to match against an annotation of the given type name.
AutowireCandidateQualifier(Class type, Object value)
Construct a qualifier to match against an annotation of the given type whose value attribute also matches the specified value.
AutowireCandidateQualifier(String typeName, Object value)
Construct a qualifier to match against an annotation of the given type name whose value attribute also matches the specified value.

Method

voidaddMetadataAttribute(BeanMetadataAttribute attribute)
Add the given BeanMetadataAttribute to this accessor's set of attributes.
String[]attributeNames()
ObjectgetAttribute(String name)
BeanMetadataAttributegetMetadataAttribute(String name)
Look up the given BeanMetadataAttribute in this accessor's set of attributes.
StringgetTypeName()
Retrieve the type name.
voidsetAttribute(String name, @Nullable Object value)
voidsetSource(@Nullable Object source)
Set the configuration source Object for this metadata element.