OpenAPIAutoConfiguration

@AutoConfiguration
@EnableConfigurationProperties(value = [OpenAPIProperties::class])
class OpenAPIAutoConfiguration

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Bean
@ConditionalOnMissingBean(value = [OpenAPIComponentContext::class])
fun openAPIComponentContext(@Qualifier(value = "wow.CurrentBoundedContext") currentContext: NamedBoundedContext): OpenAPIComponentContext
Link copied to clipboard
@Bean
fun routerSpecs(@Qualifier(value = "wow.CurrentBoundedContext") boundedContext: NamedBoundedContext, openAPIComponentContext: OpenAPIComponentContext): RouterSpecs
Link copied to clipboard