Uses of Class
io.swagger.codegen.v3.ClientOptInput
-
Packages that use ClientOptInput Package Description io.swagger.codegen.v3 io.swagger.codegen.v3.config io.swagger.codegen.v3.service -
-
Uses of ClientOptInput in io.swagger.codegen.v3
Fields in io.swagger.codegen.v3 declared as ClientOptInput Modifier and Type Field Description protected ClientOptInputDefaultGenerator. optsMethods in io.swagger.codegen.v3 that return ClientOptInput Modifier and Type Method Description ClientOptInputClientOptInput. auth(String urlEncodedAuthString)Deprecated.ClientOptInputClientOptInput. config(CodegenConfig codegenConfig)ClientOptInputClientOptInput. openAPI(io.swagger.v3.oas.models.OpenAPI openAPI)ClientOptInputClientOptInput. opts(ClientOpts opts)Methods in io.swagger.codegen.v3 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.v3.config
Methods in io.swagger.codegen.v3.config that return ClientOptInput Modifier and Type Method Description ClientOptInputCodegenConfigurator. toClientOptInput() -
Uses of ClientOptInput in io.swagger.codegen.v3.service
Methods in io.swagger.codegen.v3.service that return ClientOptInput Modifier and Type Method Description static ClientOptInputGeneratorUtil. getClientOptInput(GenerationRequest generationRequest)
-