Uses of Annotation Type
jakarta.ws.rs.HttpMethod
Package
Description
High-level interfaces and annotations used to create RESTful service resources.
-
Uses of HttpMethod in jakarta.ws.rs
Modifier and TypeClassDescription@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.