| ApiResponse |
Describes a response code and description for an API method, for documentation purposes.
|
| Authorizer |
A class that can check if a principle is in a given role.
|
| CollectionParameterStrategy |
Specifies how to handle lists or sets in querystring parameters
|
| CORSConfig |
CORS configuration for REST resources.
|
| CORSConfigBuilder |
A builder to set configuration for CORS requests.
|
| PathMatch |
The result of matching a template URI against a real request URI.
|
| ResponseHeader |
Describes an HTTP Header that is returned by a rest method.
|
| RestHandler |
A handler that serves JAX-RS resources.
|
| RestHandlerBuilder |
Used to create a RestHandler for handling JAX-RS REST resources.
|
| SchemaObjectCustomizer |
A class that can customize the SchemaObjects generated in OpenAPI documents for JAX-RS resources.
|
| SchemaObjectCustomizerContext |
|
| SchemaObjectCustomizerTarget |
|
| UriPattern |
A pattern representing a URI template, such as /fruit or /fruit/{name} etc.
|
| UserPassAuthenticator |
|