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.annotations.type.string.example
/
StringExample
String
Example
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
@
SchemaProcessorAnnotation
(
handler
=
StringExampleProcessor::class
)
annotation class
StringExample
(
val
examples
:
String
)
(
source
)
Provide examples for a String property
Members
Properties
examples
Link copied to clipboard
val
examples
:
Array
<
out
String
>