-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Description
Description
Currently, methods generated by the micronaut server generator return objects such as;
public Mono<List<String>> .....
openapi-generator version
latest, 5.4.0
Suggest a fix/enhancement
It would be very useful if the micronaut server generator did something similar to the spring boot generator - return objects wrapped with HttpResponse
. This gives alot more control.
would be changed so that it returns:
public Mono<HttpResponse<List<String>>> .....
andriy-dmytruk
Metadata
Metadata
Assignees
Labels
No labels