tapir icon indicating copy to clipboard operation
tapir copied to clipboard

Openapi codegen interchangeable json formatters

Open tg44 opened this issue 5 years ago • 0 comments

Currently, the code generates case-classes, and imports circe.auto._. Proably we should decouple the case-class from the import/formatter generation (or get the formatter generation as param and use it while we generate the classes), and also add the other supported json libraries one-by-one. We should get the json lib type as an sbt config to make it easily changeable.

tg44 avatar Nov 09 '20 11:11 tg44