Interface SpecificationGenerator
-
public interface SpecificationGeneratorCreated on 12/07/17.- Author:
- Reda.Housni-Alaoui
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.swagger.models.Swaggergenerate(List<ParsedPath> parsedPaths, RoundDescriptor roundDescriptor)Generate specification for given paths
-
-
-
Method Detail
-
generate
io.swagger.models.Swagger generate(List<ParsedPath> parsedPaths, RoundDescriptor roundDescriptor)
Generate specification for given paths- Parameters:
parsedPaths- The parsed pathsroundDescriptor- The descriptor of the current round- Returns:
- The generated specification
-
-