Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.72
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen.modules
/
ModuleProvider
Module
Provider
interface
ModuleProvider
<
THIS
:
ModuleProvider
<
THIS
>
>
(
source
)
Inheritors
CachingModuleProvider
Members
Members & Extensions
Functions
child
Link copied to clipboard
abstract
fun
child
(
)
:
THIS
of
Type
Link copied to clipboard
abstract
fun
ofType
(
type
:
KType
)
:
Collection
<
Any
>
of
Type
Link copied to clipboard
inline
fun
<
T
:
OpenAPIModule
>
ModuleProvider
<
*
>
.
ofType
(
)
:
Collection
<
T
>
register
Module
Link copied to clipboard
abstract
fun
registerModule
(
module
:
OpenAPIModule
,
type
:
KType
)
register
Module
Link copied to clipboard
inline
fun
<
T
:
OpenAPIModule
>
ModuleProvider
<
*
>
.
registerModule
(
module
:
T
)
un
Register
Module
Link copied to clipboard
abstract
fun
unRegisterModule
(
module
:
OpenAPIModule
)