Posts Tagged ‘OpenAPI

As already documented in my previous article about Spring and VAVR, I’m using the Future’s provided by VAVR as return types in my controller. What I’m also using, is the SpringDoc OpenAPI library to generate my OpenAPI specification. By default, SpringDoc has no clue about VAVR and how to handle its Future type. Thus, by […]


top