Tegral
0.0.4-SNAPSHOT
tegral-openapi-dsl
/
guru.zoroark.tegral.openapi.dsl
/
RootBuilder
/
RootBuilder
Root
Builder
fun
RootBuilder
(
context
:
OpenApiDslContext
,
infoBuilder
:
InfoBuilder
=
InfoBuilder()
,
paths
:
PathsBuilder
=
PathsBuilder(context)
,
securitySchemes
:
MutableMap
<
String
,
SecuritySchemeBuilder
>
=
mutableMapOf()
)