Interface ISpecificationGeneratorOptions

  • All Known Implementing Classes:
    SpecificationGeneratorOptions

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

      • title

        String title()
        Returns:
        The title of the specification
      • basePath

        String basePath()
        Returns:
        The specification base path
      • produces

        List<String> produces()
        Returns:
        The produced global mime types
      • consumes

        List<String> consumes()
        Returns:
        The consumes global mime types