Uses of Enum Class
com.dnlkk.controller.http.HttpStatus
Packages that use HttpStatus
-
Uses of HttpStatus in com.dnlkk.controller.http
Methods in com.dnlkk.controller.http that return HttpStatusModifier and TypeMethodDescriptionstatic HttpStatusHttpStatus.resolve(int statusCode) static HttpStatusHttpStatus.valueOf(int statusCode) Returns the enum constant of this class with the specified name.static HttpStatusReturns the enum constant of this class with the specified name.static HttpStatus[]HttpStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpStatus in com.dnlkk.controller.responses
Constructors in com.dnlkk.controller.responses with parameters of type HttpStatusModifierConstructorDescriptionResponseEntity(Map<String, String> headers, HttpStatus httpStatus) ResponseEntity(T body, HttpStatus httpStatus) ResponseEntity(T body, Map<String, String> headers, HttpStatus httpStatus)