You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
현재 Enum에 대한 유효성 검증 애너테이션이 따로 없어, 요청 시 Request DTO의 필드에 Enum이 있고 해당 Enum 형식에 맞는 값이 들어오지 않으면 MethodArgumentTypeMismatchException 예외가 발생하고 있는데요! @NotBlank, @NotNull과 같이 MethodArgumentNotValidException 예외가 발생하는 것이 더 자연스러울 것 같아 Enum 유효성 검사 애너테이션을 구현하고자 합니다!
📑Jira Issue Link
NA
✍To Be
@Enum 애너테이션 생성
EnumValidator 생성
@Enum 도입
The text was updated successfully, but these errors were encountered:
👩🏫Description
현재 Enum에 대한 유효성 검증 애너테이션이 따로 없어, 요청 시 Request DTO의 필드에 Enum이 있고 해당 Enum 형식에 맞는 값이 들어오지 않으면
MethodArgumentTypeMismatchException
예외가 발생하고 있는데요!@NotBlank
,@NotNull
과 같이MethodArgumentNotValidException
예외가 발생하는 것이 더 자연스러울 것 같아 Enum 유효성 검사 애너테이션을 구현하고자 합니다!📑Jira Issue Link
NA
✍To Be
@Enum
애너테이션 생성@Enum
도입The text was updated successfully, but these errors were encountered: