| Package | Description |
|---|---|
| com.carma.swagger.doclet.parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
ParserHelper.NumericTypeFilter |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
ParserHelper.getParameterValues(com.sun.javadoc.ExecutableMemberDoc method,
Set<String> params,
Collection<String> matchTags,
Collection<String> annotations,
ParserHelper.TypeFilter annotationTypes,
DocletOptions options,
String... valueKeys)
This gets the values of parameters from either javadoc tags or annotations
|
static Map<String,String> |
ParserHelper.getParameterValuesWithAnnotation(com.sun.javadoc.ExecutableMemberDoc methodDoc,
Collection<String> annotations,
ParserHelper.TypeFilter annotationTypes,
DocletOptions options,
String... valueKeys)
This gets the values of annotations of parameters that have any of the given annotations on them
|
Copyright © 2015. All rights reserved.