Package org.skr

Class SkrConfig.JacksonConfigurer

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean
    Enclosing class:
    SkrConfig

    @Configuration
    @AutoConfigureAfter(org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration.class)
    public static class SkrConfig.JacksonConfigurer
    extends java.lang.Object
    implements org.springframework.beans.factory.InitializingBean
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterPropertiesSet()  
      • Methods inherited from class java.lang.Object

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

      • JacksonConfigurer

        public JacksonConfigurer()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean