Uses of Class
io.swagger.codegen.v3.CliOption
-
Packages that use CliOption Package Description io.swagger.codegen.v3 -
-
Uses of CliOption in io.swagger.codegen.v3
Methods in io.swagger.codegen.v3 that return CliOption Modifier and Type Method Description CliOptionCliOption. addEnum(String value, String description)CliOptionCliOption. defaultValue(String defaultValue)static CliOptionCliOption. newBoolean(String opt, String description)static CliOptionCliOption. newString(String opt, String description)Methods in io.swagger.codegen.v3 that return types with arguments of type CliOption Modifier and Type Method Description List<CliOption>CodegenConfig. cliOptions()
-