Class ObjectMapperConfig


  • @Introspected
    @Factory
    public class ObjectMapperConfig
    extends java.lang.Object
    Since:
    28.10.2020
    • Method Summary

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

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

      • ObjectMapperConfig

        public ObjectMapperConfig()
    • Method Detail

      • getMapper

        @Singleton
        @Bean
        public com.fasterxml.jackson.databind.ObjectMapper getMapper()