Uses of Class
com.eoscode.springapitools.resource.HttpMethod
-
Packages that use HttpMethod Package Description com.eoscode.springapitools.resource -
-
Uses of HttpMethod in com.eoscode.springapitools.resource
Methods in com.eoscode.springapitools.resource that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-