use of hry.core.util.springmvcPropertyeditor.StringPropertyEditorSupport in project benchmark by seelunzi.
the class TestController method initBinder.
/* */
/* */
@InitBinder
public /* */
void initBinder(ServletRequestDataBinder binder) /* */
{
/* 37 */
binder.registerCustomEditor(Date.class, new DateTimePropertyEditorSupport());
/* */
/* */
/* */
/* */
/* 42 */
binder.registerCustomEditor(String.class, new StringPropertyEditorSupport(true, false));
/* */
}
Aggregations