[Spring] 스프링 Validation 의 Errors 와 BindingResult
·
Java | Spring
Errors`org.springframework.validation.Errors` 인터페이스특정 개체에 대한 데이터 바인딩 및 유효성 검사 오류에 대한 정보를 저장하고 노출필드 이름은 일반적으로 대상 객체의 속성 명단일 스레드 지원 Errors (Spring Framework 6.2.3 API)Stores and exposes information about data-binding and validation errors for a specific object. Field names are typically properties of the target object (for example, "name" when binding to a customer object). Implementations may als..