public class DefaultSpecificationGenerator extends Object implements SpecificationGenerator
| Constructor and Description |
|---|
DefaultSpecificationGenerator(ISpecificationGeneratorOptions options,
FileManager fileManager) |
| Modifier and Type | Method and Description |
|---|---|
io.swagger.models.Swagger |
generate(List<ParsedPath> parsedPaths,
boolean lastRound)
Generate specification for given paths
|
public DefaultSpecificationGenerator(ISpecificationGeneratorOptions options, FileManager fileManager)
public io.swagger.models.Swagger generate(List<ParsedPath> parsedPaths, boolean lastRound)
SpecificationGeneratorgenerate in interface SpecificationGeneratorparsedPaths - The parsed pathslastRound - True if this is the last processor annotation roundCopyright © 2017 Cosium. All rights reserved.