Package-level declarations

Types

Link copied to clipboard
@ConditionalOnClass(name = ["me.ahoo.wow.openapi.RouterSpecs"])
@ConditionalOnProperty(value = ["wow.mongo.enabled"], matchIfMissing = true, havingValue = "true")
annotation class ConditionalOnOpenAPIEnabled
Link copied to clipboard
@AutoConfiguration
@EnableConfigurationProperties(value = [OpenAPIProperties::class])
class OpenAPIAutoConfiguration
Link copied to clipboard
@ConfigurationProperties(prefix = "wow.openapi")
class OpenAPIProperties(@DefaultValue(value = ["true"]) var enabled: Boolean = true) : EnabledCapable

Properties

Link copied to clipboard
const val ENABLED_KEY: String