AssertableReactiveWebApplicationContext
interface AssertableReactiveWebApplicationContext : ApplicationContextAssertProvider<C> , ConfigurableReactiveWebApplicationContext
A ReactiveWebApplicationContext that additionally supports AssertJ style assertions. Can be used to decorate an existing reactive web application context or an application context that failed to start.
See ApplicationContextAssertProvider for more details.
Author
Phillip Webb
Since
2.0.0
See also
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Return an assert for AspectJ.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun <A : Annotation?> findAllAnnotationsOnBean(beanName: String, annotationType: Class<A>, allowFactoryBeanInit: Boolean): Set<A>
Link copied to clipboard
Link copied to clipboard
open fun <T : ApplicationContextAssertProvider<C>?, C : ApplicationContext?> get(type: Class<T>, contextType: Class<out C>, contextSupplier: Supplier<out C>): T
open fun <T : ApplicationContextAssertProvider<C>?, C : ApplicationContext?> get(type: Class<T>, contextType: Class<out C>, contextSupplier: Supplier<out C>, additionalContextInterfaces: Array<Class<out Any>>): T
Factory method to create a new ApplicationContextAssertProvider instance.
open fun get(contextSupplier: Supplier<out ConfigurableReactiveWebApplicationContext>): AssertableReactiveWebApplicationContext
open fun get(contextSupplier: Supplier<out ConfigurableReactiveWebApplicationContext>, additionalContextInterfaces: Array<Class<out Any>>): AssertableReactiveWebApplicationContext
Factory method to create a new AssertableReactiveWebApplicationContext instance.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun <T> getBeanProvider(requiredType: Class<T>, allowEagerInit: Boolean): ObjectProvider<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Return the original source ApplicationContext.
Return the original source ApplicationContext, casting it to the requested type.
Link copied to clipboard
Link copied to clipboard
Return the failure that caused application context to fail or
null
if the context started without issue.Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard