| Package | Description |
|---|---|
| com.carma.swagger.doclet | |
| com.carma.swagger.doclet.parser |
| Modifier and Type | Method and Description |
|---|---|
List<ApiDeclaration> |
DocletOptions.getExtraApiDeclarations()
This gets the extraApiDeclarations
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recorder.record(File file,
ApiDeclaration declaration) |
void |
ObjectMapperRecorder.record(File file,
ApiDeclaration declaration) |
| Modifier and Type | Method and Description |
|---|---|
DocletOptions |
DocletOptions.setExtraApiDeclarations(List<ApiDeclaration> extraApiDeclarations)
This sets the extraApiDeclarations
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ApiDeclaration> |
ApiDeclarationMerger.merge(Collection<ApiDeclaration> declarations)
This merges the declarations in the given collection together as needed
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ApiDeclaration> |
ApiDeclarationMerger.merge(Collection<ApiDeclaration> declarations)
This merges the declarations in the given collection together as needed
|
void |
CrossClassApiParser.parse(Map<String,ApiDeclaration> declarations)
This parses the api declarations from the resource classes of the api
|
Copyright © 2015. All rights reserved.