Uses of Enum Class
com.dnlkk.controller.http.HttpStatusType
Packages that use HttpStatusType
-
Uses of HttpStatusType in com.dnlkk.controller.http
Methods in com.dnlkk.controller.http that return HttpStatusTypeModifier and TypeMethodDescriptionHttpStatus.getStatusType()static HttpStatusTypeHttpStatusType.resolve(int statusCode) static HttpStatusTypeHttpStatusType.valueOf(int statusCode) Returns the enum constant of this class with the specified name.static HttpStatusTypeReturns the enum constant of this class with the specified name.static HttpStatusType[]HttpStatusType.values()Returns an array containing the constants of this enum class, in the order they are declared.