openapi-processor / openapi-processor-spring

an OpenAPI 3.0 & 3.1 interface & model java code generator for Spring Boot
https://docs.openapiprocessor.io
Apache License 2.0
40 stars 9 forks source link

extract a processor-core library #99

Closed hauner closed 4 years ago

hauner commented 4 years ago

.. it should be possible to extract reading and converting of the openapi into a processor-core project to make it re-usable.

A specific processor would use it and just add the output writing code.

That way it should be quite easy to create processors for other frameworks, for example micronaut.

plan: create a branch to generate micronaut code and find out how well reading & writing are separated.

hauner commented 4 years ago

done.