クラス AbstractApplicationContextRunner.BeanRegistration<T>
java.lang.ObjectSE
org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration<T>
- 型パラメーター:
T- Bean 型
- 含まれているクラス:
AbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,C, A>, C extends ConfigurableApplicationContext, A extends ApplicationContextAssertProvider<C>>
コンテキストのロード時に適用される Bean 登録。
- 導入:
- 2.0.0
- 作成者:
- Stephane Nicoll, Andy Wilkinson, Phillip Webb
コンストラクターの概要
コンストラクターコンストラクター説明BeanRegistration(@Nullable StringSE name, ClassSE<T> type, ObjectSE... constructorArgs) BeanRegistration(@Nullable StringSE name, ClassSE<T> type, SupplierSE<T> supplier, BeanDefinitionCustomizer... customizers) 方法の概要
コンストラクターの詳細
BeanRegistration
BeanRegistration
public BeanRegistration(@Nullable StringSE name, ClassSE<T> type, SupplierSE<T> supplier, BeanDefinitionCustomizer... customizers)
メソッドの詳細
apply