Spring MVC 数据类型转换

通过webBindingInitializer的propertyEditorRegistrars来定义框架级别默认的全局转换
通过conversionService来定义业务级别的全局转换
通过@InitBinder来定义当前Controller范围的转换

你可能感兴趣的:(Spring MVC 数据类型转换)