mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
d4c74ad346
Instead of having to use the default constructor then calling setObjectMapper(ObjectMapper), these constructors allow MappingJackson2JsonView and MappingJackson2XmlView to be created and configured with the desired object mapper in one step.