kelvin-komponenter
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kelvin-komponenter
ktor-openapi-generator
/
com.papsign.ktor.openapigen.content.type.binary
Package-level
declarations
Types
Types
Binary
Content
Type
Parser
Link copied to clipboard
object
BinaryContentTypeParser
:
BodyParser
,
ResponseSerializer
,
OpenAPIGenModuleExtension
Binary
Request
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
BinaryRequest
(
val
contentTypes
:
Array
<
String
>
)
Binary
Response
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
BinaryResponse
(
val
contentTypes
:
Array
<
String
>
)