类 AbstractApplicationContextRunner.BeanRegistration<T>
java.lang.Object
org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration<T>
- 类型参数:
T
- the bean type
- 封闭类:
AbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,
C, A>, C extends ConfigurableApplicationContext, A extends ApplicationContextAssertProvider<C>>
A Bean registration to be applied when the context loaded.
-
构造器概要
构造器构造器说明BeanRegistration
(String name, Class<T> type, Object... constructorArgs) BeanRegistration
(String name, Class<T> type, Supplier<T> supplier, BeanDefinitionCustomizer... customizers) -
方法概要
-
构造器详细资料
-
BeanRegistration
-
BeanRegistration
-
-
方法详细资料
-
apply
-