Class JacksonConfig


  • @Configuration
    public class JacksonConfig
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JacksonConfig()  
    • 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

      • JacksonConfig

        public JacksonConfig()
    • Method Detail

      • objectMapper

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