Skip to content

This repository is used to present a change in behaviour of `springdoc-openapi-maven-plugin`. Using `@Schema(enumAsRef = true)` on kotlin data class does not generate a component for an enum. Instead it inlines an object property enum definition

Notifications You must be signed in to change notification settings

damiankaplon/springdoc-kotlin-enum-as-ref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springdoc-kotlin-enum-as-ref

About

This repository is used to present a change in behaviour of `springdoc-openapi-maven-plugin`. Using `@Schema(enumAsRef = true)` on kotlin data class does not generate a component for an enum. Instead it inlines an object property enum definition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages