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 ClientOptInput
DefaultGenerator. opts
Methods in io.swagger.codegen that return ClientOptInput Modifier and Type Method Description ClientOptInput
ClientOptInput. auth(String urlEncodedAuthString)
Deprecated.ClientOptInput
ClientOptInput. config(CodegenConfig codegenConfig)
ClientOptInput
ClientOptInput. opts(ClientOpts opts)
ClientOptInput
ClientOptInput. swagger(io.swagger.models.Swagger swagger)
Methods in io.swagger.codegen with parameters of type ClientOptInput Modifier and Type Method Description Generator
DefaultGenerator. opts(ClientOptInput opts)
Generator
Generator. 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 ClientOptInput
CodegenConfigurator. toClientOptInput()
-