JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
I
R
S
C
com.alexeinunez.dropwizard.swagger
- package com.alexeinunez.dropwizard.swagger
D
DefaultSwaggerView
- Class in
com.alexeinunez.dropwizard.swagger
A
SwaggerView
which renders a
Swagger Spec
using the
Swagger UI
project in the default path "/assets/default-swagger-ui/" resource directory.
DefaultSwaggerView()
- Constructor for class com.alexeinunez.dropwizard.swagger.
DefaultSwaggerView
By default, this view will use the Swagger Spec exposed by the host application via the "/api-docs" path.
DefaultSwaggerView(String)
- Constructor for class com.alexeinunez.dropwizard.swagger.
DefaultSwaggerView
Define a Swagger Spec to render.
G
getSwaggerConfiguration()
- Method in interface com.alexeinunez.dropwizard.swagger.
SwaggerBundleConfiguration
getView()
- Method in class com.alexeinunez.dropwizard.swagger.
SwaggerResource
I
initialize(Bootstrap<?>)
- Method in class com.alexeinunez.dropwizard.swagger.
SwaggerBundle
R
ROOT_ASSETS_PATH
- Static variable in class com.alexeinunez.dropwizard.swagger.
SwaggerBundle
run(T, Environment)
- Method in class com.alexeinunez.dropwizard.swagger.
SwaggerBundle
S
SwaggerBundle
<
T
extends io.dropwizard.Configuration &
SwaggerBundleConfiguration
> - Class in
com.alexeinunez.dropwizard.swagger
A Bundle which adds functionality for automatically finding and processing resources annotated with
Swagger
to expose a
Swagger Spec
.
SwaggerBundle()
- Constructor for class com.alexeinunez.dropwizard.swagger.
SwaggerBundle
Renders a
DefaultSwaggerView
SwaggerBundle(SwaggerView)
- Constructor for class com.alexeinunez.dropwizard.swagger.
SwaggerBundle
SwaggerBundleConfiguration
- Interface in
com.alexeinunez.dropwizard.swagger
SwaggerConfiguration
- Class in
com.alexeinunez.dropwizard.swagger
Specifies various fields in the Swagger Spec.
SwaggerConfiguration()
- Constructor for class com.alexeinunez.dropwizard.swagger.
SwaggerConfiguration
SwaggerResource
- Class in
com.alexeinunez.dropwizard.swagger
SwaggerResource(SwaggerView)
- Constructor for class com.alexeinunez.dropwizard.swagger.
SwaggerResource
SwaggerView
- Class in
com.alexeinunez.dropwizard.swagger
The base class a view must implement for use with the
SwaggerBundle
.
SwaggerView(String, String)
- Constructor for class com.alexeinunez.dropwizard.swagger.
SwaggerView
Creates a new view.
SwaggerView(String, String, String)
- Constructor for class com.alexeinunez.dropwizard.swagger.
SwaggerView
Creates a new view.
C
D
G
I
R
S
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes