- ApiDeclarationServlet - Class in io.swagger.servlet.listing
-
The ApiDeclarationServlet
class implements servlet which returns the Swagger definition.
- ApiDeclarationServlet() - Constructor for class io.swagger.servlet.listing.ApiDeclarationServlet
-
- applyConsumes(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
-
Reads the consumes from the method's annotations and applies these to the operation.
- applyConsumes(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
-
- applyDescription(Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
-
Reads the description from the method's annotations and applies it to the operation.
- applyDescription(Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
-
- applyExtensions(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
-
Reads the extensions from the method's annotations and applies these to the operation.
- applyExtensions(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
-
- applyImplicitParameters(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
-
Reads the implicit parameters from the method's annotations and applies these to the operation.
- applyImplicitParameters(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
-
- applyOperationId(Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
-
Reads the operation id from the method's annotations and applies it to the operation.
- applyOperationId(Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
-
- applyParameters(ReaderContext, Operation, Type, Annotation[]) - Method in interface io.swagger.servlet.extensions.ReaderExtension
-
Reads the parameters from the method's annotations and applies these to the operation.
- applyParameters(ReaderContext, Operation, Type, Annotation[]) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
-
- applyProduces(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
-
Reads the produces from the method's annotations and applies these to the operation.
- applyProduces(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
-
- applyResponses(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
-
Reads the responses from the method's annotations and applies these to the operation.
- applyResponses(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
-
- applySchemes(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
-
Reads the schemes from the method's annotations and applies these to the operation.
- applySchemes(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
-
- applySecurityRequirements(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
-
Reads the security requirement from the method's annotations and applies these to the operation.
- applySecurityRequirements(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
-
- applySummary(Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
-
Reads the summary from the method's annotations and applies it to the operation.
- applySummary(Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
-
- applyTags(ReaderContext, Operation, Method) - Method in interface io.swagger.servlet.extensions.ReaderExtension
-
Reads the tags from the method's annotations and applies these to the operation.
- applyTags(ReaderContext, Operation, Method) - Method in class io.swagger.servlet.extensions.ServletReaderExtension
-