クラス CommonAnnotationBeanPostProcessor.LookupElement
java.lang.ObjectSE
org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
- 含まれているクラス:
CommonAnnotationBeanPostProcessor
protected abstract static class CommonAnnotationBeanPostProcessor.LookupElement
extends InjectionMetadata.InjectedElement
@Resource および関連するアノテーションをサポートする、アノテーション付きフィールドまたは setter メソッドに関する一般的な注入情報を表すクラス。
- 導入:
- 2.5
- 作成者:
- Juergen Hoeller, Sam Brannen
フィールドのサマリー
フィールドクラス InjectionMetadata.InjectedElement から継承されたフィールド
isField, member, pd, skipコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明final DependencyDescriptor基礎となるフィールド / メソッドの DependencyDescriptor を構築します。final ClassSE<?> ルックアップに必要な型を返します。final StringSEgetName()ルックアップのリソース名を返します。
フィールドの詳細
name
isDefaultName
protected boolean isDefaultNamelookupType
mappedName
コンストラクターの詳細
LookupElement
メソッドの詳細
getName
ルックアップのリソース名を返します。getLookupType
ルックアップに必要な型を返します。getDependencyDescriptor
基礎となるフィールド / メソッドの DependencyDescriptor を構築します。