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