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
We are trying to generate code from an XSD where the lists are represented as collections. We do not want to include the setters since there is an underlying storage model where the collection implementations can not be replaced.
We could not find any XML configuration customizations that would allow us to disable the setters and writing a ClassDecorator doesn't seem to work since there is no interface to remove a method in the finish method nor a way to prevent the setter creation in the start method.
Any advice would be helpful.
The text was updated successfully, but these errors were encountered:
We are trying to generate code from an XSD where the lists are represented as collections. We do not want to include the setters since there is an underlying storage model where the collection implementations can not be replaced.
We could not find any XML configuration customizations that would allow us to disable the setters and writing a ClassDecorator doesn't seem to work since there is no interface to remove a method in the finish method nor a way to prevent the setter creation in the start method.
Any advice would be helpful.
The text was updated successfully, but these errors were encountered: