kbuntrock / openapi-maven-plugin

Generate openapi documentation for SpringMVC or JaxRS/JakartaRS projects.
https://kbuntrock.github.io/openapi-maven-plugin/
MIT License
13 stars 8 forks source link

Sealed classes not parsed #105

Closed FlorentSimonnot closed 3 months ago

FlorentSimonnot commented 5 months ago

There is an error with sealed class.

Capture d’écran 2023-12-13 à 18 03 50
kbuntrock commented 5 months ago

Thank you for the report, will have a look at it.

Do you confirm using the last version? (0.0.17)

FlorentSimonnot commented 5 months ago

Yep I use the last version

kbuntrock commented 3 months ago

Resolved, will be shipped in 0.0.18. Javaparser seams not quite perfect with sealed class, but it should fix your issue.