ExpediaGroup/bull

[Core] Transformer model generator - JavaBean

polarene opened this issue · 1 comments

Given in input two types A and B that follow the JavaBean convention, generates the Transformer model through JavaPoet.

The output is: TypeSpec (from JavaPoet library)

Feature implemented and available in the brach: feature/transformer-generator