C# Класс Spring.Objects.Factory.Support.AutowireCandidateQualifier

Qualifier for resolving autowire candidates. A bean definition that includes one or more such qualifiers enables fine-grained matching against annotations on a field or parameter to be autowired.
Наследование: ObjectMetadataAttributeAccessor
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
VALUE_KEY string

Открытые методы

Метод Описание
AutowireCandidateQualifier ( Type type ) : System

Construct a qualifier to match against an annotation of the given type.

AutowireCandidateQualifier ( Type type, object value ) : System

Construct a qualifier to match against an annotation of the given type whose value attribute also matches the specified value.

AutowireCandidateQualifier ( string typeName ) : System

Construct a qualifier to match against an annotation of the given type name.

The type name may match the fully-qualified class name of the annotation or the short class name (without the package).

AutowireCandidateQualifier ( string typeName, object value ) : System

Construct a qualifier to match against an annotation of the given type name whose value attribute also matches the specified value.

The type name may match the fully-qualified class name of the annotation or the short class name (without the package).

Описание методов

AutowireCandidateQualifier() публичный Метод

Construct a qualifier to match against an annotation of the given type.
public AutowireCandidateQualifier ( Type type ) : System
type System.Type type the annotation type
Результат System

AutowireCandidateQualifier() публичный Метод

Construct a qualifier to match against an annotation of the given type whose value attribute also matches the specified value.
public AutowireCandidateQualifier ( Type type, object value ) : System
type System.Type the annotation type
value object the annotation value to match
Результат System

AutowireCandidateQualifier() публичный Метод

Construct a qualifier to match against an annotation of the given type name.

The type name may match the fully-qualified class name of the annotation or the short class name (without the package).

public AutowireCandidateQualifier ( string typeName ) : System
typeName string the name of the annotation type
Результат System

AutowireCandidateQualifier() публичный Метод

Construct a qualifier to match against an annotation of the given type name whose value attribute also matches the specified value.

The type name may match the fully-qualified class name of the annotation or the short class name (without the package).

public AutowireCandidateQualifier ( string typeName, object value ) : System
typeName string the name of the annotation type
value object the annotation value to match
Результат System

Описание свойств

VALUE_KEY публичное статическое свойство

public static string VALUE_KEY
Результат string