Jaxb 为单个类生成值构造函数
我有一个 XSD 集合,我是生成 java 类的 maven-jaxb2-plugin。我有 1 个类,我需要一个值构造函数,但是我不需要任何其他生成的类的值构造函数。我看过 jaxb-value-constructor-plugin 但我没有看到指定单个类的方法。
有没有办法让一个类生成我缺少的值构造函数,或者是否有另一个我应该考虑的插件?
I have a collection of XSD's that I am the maven-jaxb2-plugin to generate the java classes. I have 1 class, that I need a value constructor on, however I do not want value constructors for any of the other generated classes. I have looked at jaxb-value-constructor-plugin but I don't see a way to specify a single class.
Is there a way to have only a single class generate the value constructor that I am missing or is there another plugin I should be looking at?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你可以直接进行代码注入?请参阅代码注入器插件。
Maybe you can just do code injection? See the code injector plugin.