用于客户端和服务实现的不同 ObjectMapper / ObjectMapperCustomizer
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论