Class Jackson2ObjectMapperBuilder

java.lang.Object
org.springframework.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:

Since:
4.1.1
Author:
Sebastien Deleuze, Juergen Hoeller, Tadaya Tsuyukubo, EddĂș MelĂ©ndez
See Also: