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
A constructor rule to support the extended annotator is needed. On top of that, since the default one for jsonschema2pojos doesn't, currently, support disabling the generation of default constructor, such a feature would be a nice to have.
Proposed solution
Create a constructor rule that takes in as a parameter a flag to disable the generation of default constructor and also notifies annotator if instance extends the extended annotator interface.
Alternatives considered
No response
Screenshots
No response
Additional context
No response
Related issues, discussions or pull requests
No response
The text was updated successfully, but these errors were encountered:
Description
A constructor rule to support the extended annotator is needed. On top of that, since the default one for jsonschema2pojos doesn't, currently, support disabling the generation of default constructor, such a feature would be a nice to have.
Proposed solution
Create a constructor rule that takes in as a parameter a flag to disable the generation of default constructor and also notifies annotator if instance extends the extended annotator interface.
Alternatives considered
No response
Screenshots
No response
Additional context
No response
Related issues, discussions or pull requests
No response
The text was updated successfully, but these errors were encountered: