You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What to do you of adding a new attribute to the GeneratePojoBuilder which indicates whether the clone() and but() should be generated? I think that an enumerated type for that extra attribute, which would enable further customisation by the way, is a good candidate, and the induced complexity of the code generation change should be straightforward.
In my case, I'm using a transpiler to generate JavaScript subsequently, and having those methods bloats the generated code, and exposes non-working code, since the clone() method is not ported.
I am referring to v4.2.2.
The text was updated successfully, but these errors were encountered:
What to do you of adding a new attribute to the
GeneratePojoBuilder
which indicates whether theclone()
andbut()
should be generated? I think that an enumerated type for that extra attribute, which would enable further customisation by the way, is a good candidate, and the induced complexity of the code generation change should be straightforward.In my case, I'm using a transpiler to generate JavaScript subsequently, and having those methods bloats the generated code, and exposes non-working code, since the
clone()
method is not ported.I am referring to v4.2.2.
The text was updated successfully, but these errors were encountered: