-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Lukas Ruegner edited this page Oct 6, 2024
·
12 revisions
- Installation
- Modules Overview
- Examples with Explanations
- General Concept
- Custom Type Processing
- Type Redirects
- Generating a Json-Schema using Reflection
- Generating a Swagger-schema using Kotlinx-Serialization
-
How To...
- ... add additional information like title and description to schemas?
- ... use 'toString' or 'name' for enum constants?
- ... overwrite specific types with custom data?
- ... give schemas a different name instead of using the name of the type?
- ... configure class property filters to include or exclude e.g. getter-functions, private or static fields?
- ... detect and handle subtypes and supertypes?
- Changelog
- Installation
- Modules Overview
- Examples with Explanations
- General Concept
- Custom Type Processing
- Type Redirects
- Generating a Json-Schema using Reflection
- Generating a Swagger-schema using Kotlinx-Serialization
-
How To...
- ... add additional information like title and description to schemas?
- ... use 'toString' or 'name' for enum constants?
- ... overwrite specific types with custom data?
- ... give schemas a different name instead of using the name of the type?
- ... configure class property filters to include or exclude e.g. getter-functions, private or static fields?
- ... detect and handle subtypes and supertypes?
- Changelog