摘要:
Spring Validatehttp://haohaoxuexi.iteye.com/blog/1812584 阅读全文
摘要:
SpringMVC之类型转换Converter详解本文转载http://www.tuicool.com/articles/uUjaum1.1目录1.1目录1.2前言1.3Converter接口1.4ConversionService接口1.5ConverterFactory接口1.6GenericConverter接口1.6.1概述1.6.2ConditionalGenericConverter接口1.2前言在以往我们需要SpringMVC为我们自动进行类型转换的时候都是用的PropertyEditor。通过PropertyEditor的setAsText()方法我们可以实现字符串向特定类型的 阅读全文