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