クラス 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 メソッドに関する一般的な注入情報を表すクラス。
フィールドのサマリー
フィールドクラス org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement から継承されたフィールド
isField, member, pd, skip
コンストラクターのサマリー
コンストラクターメソッドのサマリー
修飾子と型メソッド説明final DependencyDescriptor
基礎となるフィールド / メソッドの DependencyDescriptor を構築します。final ClassSE<?>
ルックアップに必要な型を返します。final StringSE
getName()
ルックアップのリソース名を返します。クラス org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement から継承されたメソッド
checkPropertySkipping, checkResourceType, clearPropertySkipping, equals, getMember, getResourceToInject, getResourceType, hashCode, inject, shouldInject, toString
フィールドの詳細
name
isDefaultName
protected boolean isDefaultNamelookupType
mappedName
コンストラクターの詳細
LookupElement
メソッドの詳細
getName
ルックアップのリソース名を返します。getLookupType
ルックアップに必要な型を返します。getDependencyDescriptor
基礎となるフィールド / メソッドの DependencyDescriptor を構築します。