Uses of Enum Class
com.bobocode.bring.web.servlet.annotation.RequestMethod
Packages that use RequestMethod
Package
Description
-
Uses of RequestMethod in com.bobocode.bring.web.servlet.annotation
Methods in com.bobocode.bring.web.servlet.annotation that return RequestMethodModifier and TypeMethodDescriptionstatic RequestMethod
Returns 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. -
Uses of RequestMethod in com.bobocode.bring.web.servlet.mapping
Fields in com.bobocode.bring.web.servlet.mapping declared as RequestMethodModifier and TypeFieldDescriptionprivate final RequestMethod
RestControllerParams.requestMethod
The field for therequestMethod
record component.Methods in com.bobocode.bring.web.servlet.mapping that return RequestMethodModifier and TypeMethodDescriptionRestControllerParams.requestMethod()
Returns the value of therequestMethod
record component.Constructors in com.bobocode.bring.web.servlet.mapping with parameters of type RequestMethodModifierConstructorDescriptionRestControllerParams
(Object instance, Method method, RequestMethod requestMethod, String path) Creates an instance of aRestControllerParams
record class.