Uses of Class
io.swagger.codegen.CliOption
-
Packages that use CliOption Package Description io.swagger.codegen -
-
Uses of CliOption in io.swagger.codegen
Fields in io.swagger.codegen with type parameters of type CliOption Modifier and Type Field Description protected List<CliOption>DefaultCodegen. cliOptionsMethods in io.swagger.codegen that return CliOption Modifier and Type Method Description CliOptionCliOption. addEnum(String value, String description)protected CliOptionDefaultCodegen. buildLibraryCliOption(Map<String,String> supportedLibraries)CliOptionCliOption. defaultValue(String defaultValue)static CliOptionCliOption. newBoolean(String opt, String description)static CliOptionCliOption. newString(String opt, String description)Methods in io.swagger.codegen that return types with arguments of type CliOption Modifier and Type Method Description List<CliOption>CodegenConfig. cliOptions()List<CliOption>DefaultCodegen. cliOptions()
-