vert-x3 / vertx-rx

Reactive Extensions for Vert.x
Apache License 2.0
145 stars 72 forks source link

Add BaseVertxGenerator which contains reuseable generator methods #271

Closed Jotschi closed 1 year ago

Jotschi commented 2 years ago

Motivation: Refactor AbstractRxGenerator code to make it useable for additional new code generators.

I'm refactoring the class in order to reuse the existing methods for the loom wrapper code gen.

State: I have not yet identified all methods which can be moved to the BaseVertxGenerator.

Ideally this should imho be part of the codegen project since it feels wrong for new non-rx generators to depend upon vertx-rx-gen.