一个类的多个 JAXB 序列化?

发布于 2024-12-04 01:46:32 字数 112 浏览 3 评论 0原文

我有一个 A 类,用作 JAX-RS 方法的结果。我想以两种不同的方式将 A 编组到 xml 中。

有没有办法给resteasy 两个不同的映射以在我的类上使用?

问候, 劳雷斯

i have a Class A that is used as a result for a JAX-RS method. I want to marshal A into xml in two different ways.

Is there a way to give resteasy two different mappings to use on my class?

Greetings,
Laures

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

耳根太软 2024-12-11 01:46:33

注意:我是EclipseLink JAXB (MOXy) JAXB 2 (JSR-222) 专家组。

您可以使用 MOXy 来实现此目的。请查看我的博客文章,其中我通过利用第一个映射的注释和第二个映射的 MOXy 的 XML 元数据,将相同的对象模型映射到两个不同的天气服务(Google 和 Yahoo):

下面是在 JAX 中使用 MOXy 的 XML 元数据的示例- RS环境:

了解更多信息

Note: I'm the EclipseLink JAXB (MOXy) lead and a member of the JAXB 2 (JSR-222) expert group.

You could use MOXy for this. Check out my blog post where I map the same object model to two different weather services (Google and Yahoo) by leveraging annotations for one mapping and MOXy's XML metadata for the second mapping:

Below is an example of using MOXy's XML metadata in a JAX-RS environment:

For More Information

星星的轨迹 2024-12-11 01:46:33

这是 JAXB RI 的解决方案。
相同的想法:在 XML 资源中定义 JAXB 注释。

Here is a solution for JAXB RI.
The same idea: define JAXB annotations in XML resources.

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