インターフェースの使用
org.springframework.beans.factory.wiring.BeanWiringInfoResolver
BeanWiringInfoResolver を使用するパッケージ
パッケージ
説明
アノテーション駆動型 Bean 構成のサポートパッケージ。
Bean インスタンスから Bean 接続メタデータを決定するメカニズム。
org.springframework.beans.factory.annotation 内の BeanWiringInfoResolver 使用
org.springframework.beans.factory.wiring 内の BeanWiringInfoResolver 使用
修飾子と型メソッド説明protected @Nullable BeanWiringInfoResolverBeanConfigurerSupport.createDefaultBeanWiringInfoResolver()明示的に指定されていない場合に使用するデフォルトの BeanWiringInfoResolver を作成します。型 BeanWiringInfoResolver のパラメーターを持つ org.springframework.beans.factory.wiring のメソッド修飾子と型メソッド説明voidBeanConfigurerSupport.setBeanWiringInfoResolver(BeanWiringInfoResolver beanWiringInfoResolver) 使用するBeanWiringInfoResolverを設定します。