| Class | Description |
|---|---|
| AnnotationUtils |
Various reusable utility methods when working with annotations.
|
| CollectionFormatType |
Static strings used for Swagger parameter collection format types.
|
| FormatType |
Static strings used for Swagger parameter format types.
|
| ParameterType |
Static strings used for Swagger parameter formats.
|
| Annotation Type | Description |
|---|---|
| Body |
REST request body annotation.
|
| Contact |
Swagger contact annotation.
|
| FormData |
REST request form-data annotation.
|
| HasFormData |
REST has-form-data annotation.
|
| HasQuery |
REST has-query-parameter annotation.
|
| Header |
REST request header annotation.
|
| License |
Swagger license annotation.
|
| Path |
REST request path annotation.
|
| Query |
REST request form-data annotation.
|
| Request |
Request bean annotation.
|
| Response |
REST response annotation.
|
| ResponseBody |
REST response body annotation.
|
| ResponseHeader |
REST response header annotation.
|
| ResponseStatus |
REST response status annotation.
|
| Tag |
Swagger tag annotation.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.