Uses of Class
reactivefeign.utils.HttpUtils.StatusCodeFamily
-
Packages that use HttpUtils.StatusCodeFamily Package Description reactivefeign.utils -
-
Uses of HttpUtils.StatusCodeFamily in reactivefeign.utils
Methods in reactivefeign.utils that return HttpUtils.StatusCodeFamily Modifier and Type Method Description static HttpUtils.StatusCodeFamilyHttpUtils. familyOf(int statusCode)static HttpUtils.StatusCodeFamilyHttpUtils.StatusCodeFamily. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpUtils.StatusCodeFamily[]HttpUtils.StatusCodeFamily. values()Returns an array containing the constants of this enum type, in the order they are declared.
-