Package | Description |
---|---|
io.swagger.servlet.extensions |
Modifier and Type | Method and Description |
---|---|
void |
ServletReaderExtension.applyConsumes(ReaderContext context,
Operation operation,
Method method) |
void |
ReaderExtension.applyConsumes(ReaderContext context,
Operation operation,
Method method)
Reads the consumes from the method's annotations and applies these to the operation.
|
void |
ServletReaderExtension.applyExtensions(ReaderContext context,
Operation operation,
Method method) |
void |
ReaderExtension.applyExtensions(ReaderContext context,
Operation operation,
Method method)
Reads the extensions from the method's annotations and applies these to the operation.
|
void |
ServletReaderExtension.applyImplicitParameters(ReaderContext context,
Operation operation,
Method method) |
void |
ReaderExtension.applyImplicitParameters(ReaderContext context,
Operation operation,
Method method)
Reads the implicit parameters from the method's annotations and applies these to the operation.
|
void |
ServletReaderExtension.applyParameters(ReaderContext context,
Operation operation,
Type type,
Annotation[] annotations) |
void |
ReaderExtension.applyParameters(ReaderContext context,
Operation operation,
Type type,
Annotation[] annotations)
Reads the parameters from the method's annotations and applies these to the operation.
|
void |
ServletReaderExtension.applyProduces(ReaderContext context,
Operation operation,
Method method) |
void |
ReaderExtension.applyProduces(ReaderContext context,
Operation operation,
Method method)
Reads the produces from the method's annotations and applies these to the operation.
|
void |
ServletReaderExtension.applyResponses(ReaderContext context,
Operation operation,
Method method) |
void |
ReaderExtension.applyResponses(ReaderContext context,
Operation operation,
Method method)
Reads the responses from the method's annotations and applies these to the operation.
|
void |
ServletReaderExtension.applySchemes(ReaderContext context,
Operation operation,
Method method) |
void |
ReaderExtension.applySchemes(ReaderContext context,
Operation operation,
Method method)
Reads the schemes from the method's annotations and applies these to the operation.
|
void |
ServletReaderExtension.applySecurityRequirements(ReaderContext context,
Operation operation,
Method method) |
void |
ReaderExtension.applySecurityRequirements(ReaderContext context,
Operation operation,
Method method)
Reads the security requirement from the method's annotations and applies these to the operation.
|
void |
ServletReaderExtension.applyTags(ReaderContext context,
Operation operation,
Method method) |
void |
ReaderExtension.applyTags(ReaderContext context,
Operation operation,
Method method)
Reads the tags from the method's annotations and applies these to the operation.
|
String |
ServletReaderExtension.getHttpMethod(ReaderContext context,
Method method) |
String |
ReaderExtension.getHttpMethod(ReaderContext context,
Method method)
Returns http method.
|
String |
ServletReaderExtension.getPath(ReaderContext context,
Method method) |
String |
ReaderExtension.getPath(ReaderContext context,
Method method)
Returns operation's path.
|
boolean |
ServletReaderExtension.isReadable(ReaderContext context) |
boolean |
ReaderExtension.isReadable(ReaderContext context)
Checks that a resource should be scanned.
|
Copyright © 2017. All rights reserved.