public interface SpecificationGenerator
| Modifier and Type | Method and Description |
|---|---|
io.swagger.models.Swagger |
generate(List<ParsedPath> parsedPaths,
boolean lastRound)
Generate specification for given paths
|
io.swagger.models.Swagger generate(List<ParsedPath> parsedPaths, boolean lastRound)
parsedPaths - The parsed pathslastRound - True if this is the last processor annotation roundCopyright © 2017 Cosium. All rights reserved.