Uses of Class
info.ejava.examples.svc.springdoc.contests.dto.MessageDTO
Packages that use MessageDTO
- 
Uses of MessageDTO in info.ejava.examples.svc.springdoc.contests.controllersMethods in info.ejava.examples.svc.springdoc.contests.controllers that return types with arguments of type MessageDTOModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<MessageDTO> ExceptionAdvice.buildResponse(org.springframework.http.HttpStatus status, String text, Instant date) org.springframework.http.ResponseEntity<MessageDTO> ExceptionAdvice.handle(ClientErrorException.BadRequestException ex) org.springframework.http.ResponseEntity<MessageDTO> ExceptionAdvice.handle(ClientErrorException.InvalidInputException ex) org.springframework.http.ResponseEntity<MessageDTO> ExceptionAdvice.handle(ClientErrorException.NotFoundException ex) org.springframework.http.ResponseEntity<MessageDTO> ExceptionAdvice.handle(ServerErrorException.InternalErrorException ex) org.springframework.http.ResponseEntity<MessageDTO> ExceptionAdvice.handleRuntimeException(RuntimeException ex)