| Package | Description |
|---|---|
| com.carma.swagger.doclet.model | |
| com.carma.swagger.doclet.parser |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.fromMethod(com.sun.javadoc.MethodDoc method)
This finds a HTTP method for the given method
|
HttpMethod |
Operation.getMethod() |
HttpMethod |
Method.getMethod() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Method(HttpMethod method,
String methodName,
String path,
List<ApiParameter> apiParameters,
List<ApiResponseMessage> responseMessages,
String summary,
String notes,
String returnType,
String returnTypeFormat,
String returnTypeItemsRef,
String returnTypeItemsType,
String returnTypeItemsFormat,
List<String> consumes,
List<String> produces,
OperationAuthorizations authorizations,
boolean deprecated) |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
ParserHelper.resolveMethodHttpMethod(com.sun.javadoc.MethodDoc methodDoc)
Resolves HttpMethod for the MethodDoc respecting the overriden methods
|
Copyright © 2015. All rights reserved.