Uses of Annotation Type
jakarta.ws.rs.HttpMethod

Packages that use HttpMethod
Package
Description
High-level interfaces and annotations used to create RESTful service resources.
  • Uses of HttpMethod in jakarta.ws.rs

    Classes in jakarta.ws.rs with annotations of type HttpMethod
    Modifier and Type
    Class
    Description
    @interface 
    Indicates that the annotated method responds to HTTP DELETE requests.
    @interface 
    Indicates that the annotated method responds to HTTP GET requests.
    @interface 
    Indicates that the annotated method responds to HTTP HEAD requests.
    @interface 
    Indicates that the annotated method responds to HTTP OPTIONS requests.
    @interface 
    Indicates that the annotated method responds to HTTP PATCH requests.
    @interface 
    Indicates that the annotated method responds to HTTP POST requests.
    @interface 
    Indicates that the annotated method responds to HTTP PUT requests.