Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.81
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen
/
APIException
/
Companion
/
APIExceptionProxy
/
APIExceptionProxy
APIException
Proxy
constructor
(
status
:
HttpStatusCode
,
exceptionClass
:
KClass
<
EX
>
,
example
:
B
?
=
null
,
contentType
:
KType
=
unitKType
,
contentGen
:
(
EX
)
->
B
?
=
null
)
(
source
)