Class | Description |
---|---|
AuthParamFilter |
This SwaggerSpecFilter checks for the presence of an
access=internal @ApiParam annotation, and hides the parameter if it is
present.
|
ConfigurationHelper |
Wrapper around Dropwizard's configuration and the bundle's config that
simplifies getting some information from them.
|
SwaggerBundle<T extends io.dropwizard.Configuration> |
A
ConfiguredBundle that provides hassle-free
configuration of Swagger and Swagger UI on top of Dropwizard. |
SwaggerBundleConfiguration |
For the meaning of all these properties please refer to Swagger documentation
or
BeanConfig |
SwaggerOAuth2Configuration |
For the meaning of all these properties please refer to Swagger UI
documentation or
https://github.com/swagger-api/swagger-ui/blob/master/lib/swagger-oauth.js |
SwaggerResource | |
SwaggerView |
Serves the content of Swagger's index page which has been "templatized" to
support replacing the directory in which Swagger's static content is located
(i.e.
|
SwaggerViewConfiguration |
Contains all configurable parameters required to render the SwaggerUI View
from the default template
|
Copyright © 2014–2017. All rights reserved.