jklingsporn / vertx-jooq

A jOOQ-CodeGenerator to create vertx-ified DAOs and POJOs.
MIT License
385 stars 53 forks source link

Use singletons for referenced converters and bindings #129

Closed jklingsporn closed 4 years ago

jklingsporn commented 4 years ago

The rationale behind reusing converters is to not create them in the conversion methods.