Uses of Class
org.apache.shenyu.common.enums.HttpMethodEnum
-
Packages that use HttpMethodEnum Package Description org.apache.shenyu.common.enums -
-
Uses of HttpMethodEnum in org.apache.shenyu.common.enums
Methods in org.apache.shenyu.common.enums that return HttpMethodEnum Modifier and Type Method Description static HttpMethodEnumHttpMethodEnum. acquireByName(java.lang.String name)convert by name.static HttpMethodEnumHttpMethodEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpMethodEnum[]HttpMethodEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-