Uses of Class
com.dnlkk.controller.responses.ResponseEntity
Packages that use ResponseEntity
-
Uses of ResponseEntity in com.dnlkk.controller.responses
Methods in com.dnlkk.controller.responses that return ResponseEntityModifier and TypeMethodDescriptionstatic <T> ResponseEntity<T>ResponseEntity.bad(T body) static <T> ResponseEntity<T>ResponseEntity.noContent(T body) static <T> ResponseEntity<T>ResponseEntity.notFound(T body) static <T> ResponseEntity<T>ResponseEntity.ok(T body)