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

Packages that use HttpMethod
Package
Description
Provides annotations to support Controllers for web frameworks that are route based (like Sparkjava, Javlin etc).
  • 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.