Package com.bobocode.bring.web.servlet.annotation


package com.bobocode.bring.web.servlet.annotation
  • Class
    Description
    Indicates that the annotated class is a controller.
    Annotation for mapping HTTP DELETE requests onto specific handler methods.
    Annotation for mapping HTTP GET requests onto specific handler methods.
    Annotation for mapping HTTP PATCH requests onto specific handler methods.
    Annotation used to indicate that a method parameter should be bound to a URI template variable.
    Annotation for mapping HTTP POST requests onto specific handler methods.
    Annotation for mapping HTTP PUT requests 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.