public interface SpecificationGenerator
| Modifier and Type | Method and Description |
|---|---|
io.swagger.models.Swagger |
generate(List<ParsedPath> parsedPaths,
RoundDescriptor roundDescriptor)
Generate specification for given paths
|
io.swagger.models.Swagger generate(List<ParsedPath> parsedPaths, RoundDescriptor roundDescriptor)
parsedPaths - The parsed pathsroundDescriptor - The descriptor of the current roundCopyright © 2018 Cosium. All rights reserved.