Package com.bobocode.bring.web.servlet.annotation
package com.bobocode.bring.web.servlet.annotation
-
ClassDescriptionIndicates that the annotated class is a controller.Annotation for mapping HTTP
DELETErequests onto specific handler methods.Annotation for mapping HTTPGETrequests onto specific handler methods.Annotation for mapping HTTPPATCHrequests onto specific handler methods.Annotation used to indicate that a method parameter should be bound to a URI template variable.Annotation for mapping HTTPPOSTrequests onto specific handler methods.Annotation for mapping HTTPPUTrequests onto specific handler methods.Annotation used to indicate that a method parameter should be bound to the body of the HTTP request.Annotation used to indicate that a method parameter should be bound to a specific HTTP request header.Annotation used to indicate the mapping of a request to a specific controller class.Enumeration representing the standard HTTP methods.Annotation used to indicate that a method parameter should be bound to a query parameter in a web request.Annotation for marking a class or method with the desired HTTP response status code and optional reason.Indicates that the annotated class is a specialized type of controller designed for RESTful services.