Class JSONSpringAutoConfiguration

  • All Implemented Interfaces:

    @Configuration() 
    public class JSONSpringAutoConfiguration
    
                        

    Auto-configuration class for kjson and Spring Boot 3.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      HttpMessageConverter<Object> createJSONHttpMessageConverter(@Autowired(required = false) JSONConfig jsonConfig, @Autowired(required = false) LoggerFactory<?> jsonLogFactory, @Autowired(required = false) String jsonLogName, @Autowired(required = false) Level jsonLogLevel, @Autowired(required = false) Collection<String> jsonLogExclude)
      • Methods inherited from class java.lang.Object

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

      • JSONSpringAutoConfiguration

        JSONSpringAutoConfiguration()
    • Method Detail

      • createJSONHttpMessageConverter

        @Bean() HttpMessageConverter<Object> createJSONHttpMessageConverter(@Autowired(required = false) JSONConfig jsonConfig, @Autowired(required = false) LoggerFactory<?> jsonLogFactory, @Autowired(required = false) String jsonLogName, @Autowired(required = false) Level jsonLogLevel, @Autowired(required = false) Collection<String> jsonLogExclude)