类 JsonAutoConfiguration
java.lang.Object
cn.miniants.framework.autoconfigure.JsonAutoConfiguration
@Lazy
@RestControllerAdvice
@Configuration(proxyBeanMethods=false)
public class JsonAutoConfiguration
extends Object
----------------------------------------
Json 处理相关配置
- 从以下版本开始:
- 2021-10-28
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidinitBinder(org.springframework.web.bind.WebDataBinder binder) 字符串转换处理org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer框架http消息转换
-
构造器详细资料
-
JsonAutoConfiguration
public JsonAutoConfiguration()
-
-
方法详细资料
-
initBinder
@InitBinder public void initBinder(org.springframework.web.bind.WebDataBinder binder) 字符串转换处理 -
jackson2ObjectMapperBuilderCustomizer
@Bean public org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer jackson2ObjectMapperBuilderCustomizer()框架http消息转换- 返回:
-