类 Jackson2ObjectMapperBuilder

java.lang.Object
cn.taketoday.http.converter.json.Jackson2ObjectMapperBuilder

public class Jackson2ObjectMapperBuilder extends Object
A builder used to create ObjectMapper instances with a fluent API.

It customizes Jackson's default properties with the following ones:

It also automatically registers the following well-known modules if they are detected on the classpath:

Compatible with Jackson 2.9 to 2.12.

从以下版本开始:
4.0
作者:
Sebastien Deleuze, Juergen Hoeller, Tadaya Tsuyukubo, Eddú Meléndez, Harry Yang
另请参阅: