ModuleProvider

Functions

Link copied to clipboard
abstract fun child(): THIS
Link copied to clipboard
abstract fun ofType(type: KType): Collection<Any>
Link copied to clipboard
Link copied to clipboard
abstract fun registerModule(module: OpenAPIModule, type: KType)
Link copied to clipboard
inline fun <T : OpenAPIModule> ModuleProvider<*>.registerModule(module: T)
Link copied to clipboard
abstract fun unRegisterModule(module: OpenAPIModule)