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
Package-level
declarations
Types
Types
String
Example
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
@
SchemaProcessorAnnotation
(
handler
=
StringExampleProcessor::class
)
annotation class
StringExample
(
val
examples
:
String
)
Provide examples for a String property
String
Example
Processor
Link copied to clipboard
object
StringExampleProcessor
:
SchemaProcessor
<
StringExample
>