Uses of Enum Class
org.springframework.web.bind.annotation.RequestMethod
Packages that use RequestMethod
Package
Description
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
-
Uses of RequestMethod in org.springframework.web.bind.annotation
Methods in org.springframework.web.bind.annotation that return RequestMethodModifier and TypeMethodDescriptionstatic RequestMethodResolve the given method value to anRequestMethodenum value.static RequestMethodRequestMethod.resolve(HttpMethod httpMethod) Resolve the givenHttpMethodto aRequestMethodenum value.static RequestMethodReturns the enum constant of this class with the specified name.static RequestMethod[]RequestMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.