My application offers some API endpoints and I’d like to document them (OpenAPI 3). The applicaiton is implemented using the SpringBoot Kotlin Functional approach using handler functions instead of
@RestController
. Has anyone an idea on how to include the endpoints and mappings automatically? Or is there any other solution/workaround?
For the moment I need to add the whole documentation in the openAPI bean explicitly.