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
Subclasses with type arguments of type RequestMethod in org.springframework.web.bind.annotationMethods in org.springframework.web.bind.annotation that return RequestMethodModifier and TypeMethodDescriptionstatic @Nullable RequestMethodResolve the given method value to anRequestMethodenum value.static @Nullable 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.