Uses of Class
io.swagger.codegen.ClientOptInput
-
Packages that use ClientOptInput Package Description io.swagger.codegen io.swagger.codegen.config -
-
Uses of ClientOptInput in io.swagger.codegen
Fields in io.swagger.codegen declared as ClientOptInput Modifier and Type Field Description protected ClientOptInputDefaultGenerator. optsMethods in io.swagger.codegen that return ClientOptInput Modifier and Type Method Description ClientOptInputClientOptInput. auth(String urlEncodedAuthString)Deprecated.ClientOptInputClientOptInput. config(CodegenConfig codegenConfig)ClientOptInputClientOptInput. opts(ClientOpts opts)ClientOptInputClientOptInput. swagger(io.swagger.models.Swagger swagger)Methods in io.swagger.codegen with parameters of type ClientOptInput Modifier and Type Method Description GeneratorDefaultGenerator. opts(ClientOptInput opts)GeneratorGenerator. opts(ClientOptInput opts) -
Uses of ClientOptInput in io.swagger.codegen.config
Methods in io.swagger.codegen.config that return ClientOptInput Modifier and Type Method Description ClientOptInputCodegenConfigurator. toClientOptInput()
-