Uses of Annotation Type
io.avaje.http.api.HttpMethod

  • Uses of HttpMethod in io.avaje.http.api

    Classes in io.avaje.http.api with annotations of type HttpMethod
    Modifier and Type
    Class
    Description
    @interface 
    Marks a method that handles HTTP DELETE requests.
    @interface 
    Marks a method that handles HTTP GET requests.
    @interface 
    Marks a method that handles HTTP PATCH requests.
    @interface 
    Marks a method that handles HTTP POST requests.
    @interface 
    Marks a method that handles HTTP PUT requests.