Class JacksonConfiguration


  • @Configuration
    public class JacksonConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.ObjectMapper objectMapper()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JacksonConfiguration

        public JacksonConfiguration()
    • Method Detail

      • objectMapper

        @Bean
        public com.fasterxml.jackson.databind.ObjectMapper objectMapper()