クラスの使用
org.springframework.beans.factory.InjectionPoint
InjectionPoint を使用するパッケージ
パッケージ
説明
Spring の軽量の制御の反転(IoC)コンテナーを実装するコアパッケージ。
Bean ファクトリの SPI インターフェースおよび構成関連の便利なクラス。
org.springframework.beans.factory 内の InjectionPoint 使用
修飾子と型メソッド説明UnsatisfiedDependencyException.getInjectionPoint()
既知の場合、インジェクションポイント(フィールドまたはメソッド / コンストラクターパラメーター)を返します。型 InjectionPoint のパラメーターを持つ org.springframework.beans.factory のコンストラクター修飾子コンストラクター説明protected
InjectionPoint
(InjectionPoint original) コピーコンストラクター。UnsatisfiedDependencyException
(StringSE resourceDescription, StringSE beanName, InjectionPoint injectionPoint, StringSE msg) 新しい UnsatisfiedDependencyException を作成します。UnsatisfiedDependencyException
(StringSE resourceDescription, StringSE beanName, InjectionPoint injectionPoint, BeansException ex) 新しい UnsatisfiedDependencyException を作成します。org.springframework.beans.factory.config 内の InjectionPoint 使用