Interface SpecificationGenerator


  • public interface SpecificationGenerator
    Created on 12/07/17.
    Author:
    Reda.Housni-Alaoui
    • Method Detail

      • generate

        io.swagger.models.Swagger generate​(List<ParsedPath> parsedPaths,
                                           RoundDescriptor roundDescriptor)
        Generate specification for given paths
        Parameters:
        parsedPaths - The parsed paths
        roundDescriptor - The descriptor of the current round
        Returns:
        The generated specification