Uses of Class
com.Server.dto.Response.MessageResponse
| Package | Description |
|---|---|
| com.Server.controller |
com.Server.controller has all controller use to support client by http protocol.
|
-
Uses of MessageResponse in com.Server.controller
Methods in com.Server.controller that return MessageResponse Modifier and Type Method Description MessageResponseTestController. adminAccess()This method return text for admin.MessageResponseTestController. userAccess()This method return text for user and admin.Methods in com.Server.controller that return types with arguments of type MessageResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<MessageResponse>ExceptionController. exception(java.lang.RuntimeException exception)