Package | Description |
---|---|
io.swagger.core.filter | |
io.swagger.jaxrs | |
io.swagger.models | |
io.swagger.servlet.extensions |
Modifier and Type | Method and Description |
---|---|
Operation |
SpecFilter.filterOperation(SwaggerSpecFilter filter,
Operation op,
ApiDescription api,
Map<String,List<String>> params,
Map<String,String> cookies,
Map<String,List<String>> headers) |
Modifier and Type | Method and Description |
---|---|
Operation |
Reader.parseMethod(Method method) |
Modifier and Type | Method and Description |
---|---|
Map<HttpMethod,Operation> |
Path.getOperationMap() |
List<Operation> |
Path.getOperations() |
Modifier and Type | Method and Description |
---|---|
Path |
Path.delete(Operation delete) |
Path |
Path.get(Operation get) |
Path |
Path.head(Operation head) |
Path |
Path.options(Operation options) |
Path |
Path.patch(Operation patch) |
Path |
Path.post(Operation post) |
Path |
Path.put(Operation put) |
Path |
Path.set(String method,
Operation op) |
void |
Path.setDelete(Operation delete) |
void |
Path.setGet(Operation get) |
void |
Path.setHead(Operation head) |
void |
Path.setOptions(Operation options) |
void |
Path.setPatch(Operation patch) |
void |
Path.setPost(Operation post) |
void |
Path.setPut(Operation put) |
Modifier and Type | Method and Description |
---|---|
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.applyConsumes(ReaderContext context,
Operation operation,
Method method) |
void |
ReaderExtension.applyDescription(Operation operation,
Method method)
Reads the description from the method's annotations and applies it to the operation.
|
void |
ServletReaderExtension.applyDescription(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.applyExtensions(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.applyImplicitParameters(ReaderContext context,
Operation operation,
Method method) |
void |
ReaderExtension.applyOperationId(Operation operation,
Method method)
Reads the operation id from the method's annotations and applies it to the operation.
|
void |
ServletReaderExtension.applyOperationId(Operation operation,
Method method) |
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.applyParameters(ReaderContext context,
Operation operation,
Type type,
Annotation[] annotations) |
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.applyProduces(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.applyResponses(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.applySchemes(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.applySecurityRequirements(ReaderContext context,
Operation operation,
Method method) |
void |
ReaderExtension.applySummary(Operation operation,
Method method)
Reads the summary from the method's annotations and applies it to the operation.
|
void |
ServletReaderExtension.applySummary(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.
|
void |
ServletReaderExtension.applyTags(ReaderContext context,
Operation operation,
Method method) |
void |
ReaderExtension.setDeprecated(Operation operation,
Method method)
Sets the deprecated flag to the operation.
|
void |
ServletReaderExtension.setDeprecated(Operation operation,
Method method) |
Copyright © 2016. All rights reserved.