Uses of Interface
org.openapitools.codegen.CodegenConfig
-
-
Uses of CodegenConfig in org.openapitools.codegen
Classes in org.openapitools.codegen that implement CodegenConfig Modifier and Type Class Description classDefaultCodegenFields in org.openapitools.codegen declared as CodegenConfig Modifier and Type Field Description protected CodegenConfigDefaultGenerator. configMethods in org.openapitools.codegen that return CodegenConfig Modifier and Type Method Description static CodegenConfigCodegenConfigLoader. forName(String name)Tries to load config class with SPI first, then with class name directly from classpathCodegenConfigClientOptInput. getConfig()Deprecated.Methods in org.openapitools.codegen that return types with arguments of type CodegenConfig Modifier and Type Method Description static List<CodegenConfig>CodegenConfigLoader. getAll()Methods in org.openapitools.codegen with parameters of type CodegenConfig Modifier and Type Method Description ClientOptInputClientOptInput. config(CodegenConfig codegenConfig)voidClientOptInput. setConfig(CodegenConfig config)Deprecated.useClientOptInput.config(CodegenConfig)instead -
Uses of CodegenConfig in org.openapitools.codegen.languages
-
Uses of CodegenConfig in org.openapitools.codegen.templating
Constructors in org.openapitools.codegen.templating with parameters of type CodegenConfig Constructor Description GeneratorTemplateContentLocator(CodegenConfig codegenConfig)Constructs a new instance ofGeneratorTemplateContentLocatorfor the providedCodegenConfig -
Uses of CodegenConfig in org.openapitools.codegen.templating.mustache
Methods in org.openapitools.codegen.templating.mustache with parameters of type CodegenConfig Modifier and Type Method Description CamelCaseLambdaCamelCaseLambda. generator(CodegenConfig generator)CaseFormatLambdaCaseFormatLambda. generator(CodegenConfig generator)LowercaseLambdaLowercaseLambda. generator(CodegenConfig generator)OptionalParameterLambdaOptionalParameterLambda. generator(CodegenConfig generator) -
Uses of CodegenConfig in org.openapitools.codegen.utils
Methods in org.openapitools.codegen.utils with parameters of type CodegenConfig Modifier and Type Method Description voidOneOfImplementorAdditionalData. addToImplementor(CodegenConfig cc, CodegenModel implcm, List<Map<String,String>> implImports, boolean addInterfaceImports)Adds stored data to given implementing modelstatic StringURLPathUtils. getScheme(io.swagger.v3.oas.models.OpenAPI openAPI, CodegenConfig config)static StringURLPathUtils. getScheme(URL url, CodegenConfig config)
-