| Package | Description |
|---|---|
| com.carma.swagger.doclet.model | |
| com.carma.swagger.doclet.parser |
| Modifier and Type | Method and Description |
|---|---|
List<ApiParameter> |
Operation.getParameters() |
List<ApiParameter> |
Method.getParameters() |
| 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 |
|---|---|
List<ApiParameter> |
ParameterReader.buildApiParams(com.sun.javadoc.ExecutableMemberDoc method,
com.sun.javadoc.Parameter parameter,
boolean consumesMultipart,
Set<String> allParamNames,
Set<Model> models)
This builds an Api parameter from a method or constructor parameter
|
List<ApiParameter> |
ParameterReader.readClassLevelParameters(Set<Model> models)
This reads a list of class parameters.
|
Copyright © 2015. All rights reserved.