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.schema.processor
/
SchemaProcessor
Schema
Processor
interface
SchemaProcessor
<
A
:
Annotation
>
(
source
)
Inheritors
DescriptionProcessor
NumberConstraintProcessor
ExampleProcessor
LegacyDiscriminatorProcessor
StringExampleProcessor
LengthConstraintProcessor
RegularExpressionConstraintProcessor
Members
Functions
process
Link copied to clipboard
abstract
fun
process
(
model
:
SchemaModel
<
*
>
,
type
:
KType
,
annotation
:
A
)
:
SchemaModel
<
*
>