Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe

WebDataBinder

A collection of 1 post
CustomEditorConfigurer

PropertyEditorSupport 살펴보기 3

참조 : 자바빈 Property Editors [http://wiki.javajigi.net/pages/viewpage.action?pageId=1047] Petclinic의 petForm.jsp 파일을 보면 다음과 같은 코드가 있습니다. Type:
여기서 굵은 글씨에 주목해야 합니다. type은 문자열 타입이 아닙니다. 스프링이 기본으로 제공해주는 PropertyEditor들이 primitive 타입들과 그것의 배열들은 알아서 바인딩 해주지만, 저 타입은 스프링이 알지 못합니다. 따라서 자동으로
Jan 15, 2008 — 3 min read
Whiteship © 2022
Powered by Ghost