openapi-processor is a small framework that converts an OpenAPI yaml description to a target format. The primary targets are Spring Boot & Micronaut. It generates framework specific interfaces and pojos based on the API and you implement the interfaces in your controllers.
The target programming language is Java, which makes the generated code usable from most JVM languages.
please use the discussions on the organization level.
See here for details.
to use snapshot versions add https://oss.sonatype.org/content/repositories/snapshots
as maven repository to your build file.