Uses of Class
org.openapitools.codegen.ClientOptInput
-
Packages that use ClientOptInput Package Description org.openapitools.codegen org.openapitools.codegen.config -
-
Uses of ClientOptInput in org.openapitools.codegen
Fields in org.openapitools.codegen declared as ClientOptInput Modifier and Type Field Description protected ClientOptInputDefaultGenerator. optsMethods in org.openapitools.codegen 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. userDefinedTemplates(List<TemplateDefinition> userDefinedTemplates)Methods in org.openapitools.codegen with parameters of type ClientOptInput Modifier and Type Method Description GeneratorDefaultGenerator. opts(ClientOptInput opts)GeneratorGenerator. opts(ClientOptInput opts) -
Uses of ClientOptInput in org.openapitools.codegen.config
Methods in org.openapitools.codegen.config that return ClientOptInput Modifier and Type Method Description ClientOptInputCodegenConfigurator. toClientOptInput()
-