Uses of Class
com.nelioalves.cursomc.resources.exceptions.ValidationError
-
Packages that use ValidationError Package Description com.nelioalves.cursomc.resources.exceptions -
-
Uses of ValidationError in com.nelioalves.cursomc.resources.exceptions
Methods in com.nelioalves.cursomc.resources.exceptions that return types with arguments of type ValidationError Modifier and Type Method Description org.springframework.http.ResponseEntity<ValidationError>ResourceExceptionHandler. dataValidation(org.springframework.web.bind.MethodArgumentNotValidException methodArgumentNotValidException, javax.servlet.http.HttpServletRequest httpServletRequest)Método que trata uma MethodArgumentNotValidException
-