| Interface | Description |
|---|---|
| SwaggerBundleConfiguration |
| Class | Description |
|---|---|
| DefaultSwaggerView |
A
SwaggerView which renders a
Swagger Spec using the
Swagger UI project in the
default path "/assets/default-swagger-ui/" resource directory. |
| SwaggerBundle<T extends io.dropwizard.Configuration & SwaggerBundleConfiguration> |
A Bundle which adds functionality for automatically finding and processing resources annotated with
Swagger to expose a
Swagger Spec.
|
| SwaggerConfiguration |
Specifies various fields in the Swagger Spec.
|
| SwaggerResource | |
| SwaggerView |
The base class a view must implement for use with the
SwaggerBundle. |