Jaxb 为单个类生成值构造函数

发布于 2024-11-27 11:24:11 字数 187 浏览 1 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

檐上三寸雪 2024-12-04 11:24:11

也许你可以直接进行代码注入?请参阅代码注入器插件

Maybe you can just do code injection? See the code injector plugin.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文