Spring注入Date类型的三种方法总结
Spring注入Date类型的三种方法总结
测试Bean:
publicclassDateBean{
privateDatebirthday;
publicDategetBirthday(){
returnbirthday;
}
publicvoidsetBirthday(Datebirthday){
this.birthday=birthday;
}
}
方式1:利用SimpleDateFormat的构造方法注入
方式2:纯配置,先自定义CustomDateEditor,再转换类型
方式3:先用一个类重写PropertyEditorSupport的setAsText方法,再在配置文件中,配置转换类型就可以了,跟上面方法类似
publicclassMyDatePropertyEditorextendsPropertyEditorSupport{
privateStringformat;
publicStringgetFormat(){
returnformat;
}
publicvoidsetFormat(Stringformat){
this.format=format;
}
//text为需要转换的值,当为bean注入的类型与编辑器转换的类型匹配时就会交给setAsText方法处理
publicvoidsetAsText(Stringtext)throwsIllegalArgumentException{
SimpleDateFormatsdf=newSimpleDateFormat(format);
try{
this.setValue(sdf.parse(text));
}catch(ParseExceptione){
e.printStackTrace();
}
}
}
测试:
publicclassDateTest{
@Test
publicvoidtestName()throwsException{
ApplicationContextcontext=newClassPathXmlApplicationContext(
"applicationContext.xml");
DateBeanbean=(DateBean)context.getBean("datebean");
System.out.println(bean.getBirthday());
}
}
如有疑问请留言或者到本站社区交流讨论,感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短