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. cliOptions
Methods in io.swagger.codegen that return CliOption Modifier and Type Method Description CliOption
CliOption. addEnum(String value, String description)
protected CliOption
DefaultCodegen. buildLibraryCliOption(Map<String,String> supportedLibraries)
CliOption
CliOption. defaultValue(String defaultValue)
static CliOption
CliOption. newBoolean(String opt, String description)
static CliOption
CliOption. 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()
-