用于客户端和服务实现的不同 ObjectMapper / ObjectMapperCustomizer

发布于 2025-01-10 01:13:18 字数 403 浏览 2 评论 0原文

Quarkus 允许程序通过使用 CDI 生产者方法指定自定义 Jackson ObjectMapper 或使用 ObjectMapperCustomizer 实例自定义 ObjectMapper。

我需要对 RestEasy Reactive Client 使用和 RestEasy Reactive 使用有不同的行为。具体来说,我希望将服务实现设置为 .configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, true) 和客户端拥有 .configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)

是否可以在 Quarkus 版本 2.7.1 中实现此目的。最终的?

Quarkus allows a program to use specify a custom Jackson ObjectMapper by using CDI producer method or customize the ObjectMapper with ObjectMapperCustomizer instances.

I need to have different behaviors for RestEasy Reactive Client use and RestEasy Reactive use. Specifically, I want the service implementation to be set with
.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, true) and the client to have .configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)

Is it possible to achieve this in Quarkus version 2.7.1.Final?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文