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 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. -
Uses of RequestMethod in com.bobocode.bring.web.servlet.mapping
Fields in com.bobocode.bring.web.servlet.mapping declared as RequestMethodModifier and TypeFieldDescriptionprivate final RequestMethodRestControllerParams.requestMethodThe field for therequestMethodrecord component.Methods in com.bobocode.bring.web.servlet.mapping that return RequestMethodModifier and TypeMethodDescriptionRestControllerParams.requestMethod()Returns the value of therequestMethodrecord 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 aRestControllerParamsrecord class.