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.annotations.parameters
/
QueryParam
Query
Param
@
Target
(
allowedTargets
=
[
AnnotationTarget.FIELD
,
AnnotationTarget.PROPERTY
,
AnnotationTarget.VALUE_PARAMETER
]
)
annotation class
QueryParam
(
val
description
:
String
,
val
style
:
QueryParamStyle
=
QueryParamStyle.form
,
val
explode
:
Boolean
=
true
,
val
allowEmptyValues
:
Boolean
=
false
,
val
deprecated
:
Boolean
=
false
)
(
source
)
Members
Properties
allow
Empty
Values
Link copied to clipboard
val
allowEmptyValues
:
Boolean
=
false
deprecated
Link copied to clipboard
val
deprecated
:
Boolean
=
false
description
Link copied to clipboard
val
description
:
String
explode
Link copied to clipboard
val
explode
:
Boolean
=
true
style
Link copied to clipboard
val
style
:
QueryParamStyle