Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于大型有效负载,我们看到将 JSON 转换为 POJO 时会花费大量时间。在内部它使用杰克逊。想知道是否有一种方法可以将 RESTEasy 配置为使用 Afterburner 模块,这似乎可以提高性能。
您可以配置ObjectMapper要使用的。可以完成的一种方法是通过 a ContextResolver,请参见此处。然后只需将模块注册到ObjectMapper(如文档中所示)。
ObjectMapper
ContextResolver