Wow
Toggle table of contents
5.18.0
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.openapi
/
OpenAPIAutoConfiguration
Open
APIAuto
Configuration
@
AutoConfiguration
@
EnableConfigurationProperties
(
value
=
[
OpenAPIProperties::class
]
)
class
OpenAPIAutoConfiguration
Members
Constructors
Open
APIAuto
Configuration
Link copied to clipboard
constructor
(
)
Functions
open
APIComponent
Context
Link copied to clipboard
@
Bean
@
ConditionalOnMissingBean
(
value
=
[
OpenAPIComponentContext::class
]
)
fun
openAPIComponentContext
(
@
Qualifier
(
value
=
"wow.CurrentBoundedContext"
)
currentContext
:
NamedBoundedContext
)
:
OpenAPIComponentContext
router
Specs
Link copied to clipboard
@
Bean
fun
routerSpecs
(
@
Qualifier
(
value
=
"wow.CurrentBoundedContext"
)
boundedContext
:
NamedBoundedContext
,
openAPIComponentContext
:
OpenAPIComponentContext
)
:
RouterSpecs
wow
Open
Api
Customizer
Link copied to clipboard
@
Bean
fun
wowOpenApiCustomizer
(
routerSpecs
:
RouterSpecs
)
:
WowOpenApiCustomizer