Package io.swagger.codegen.v3
Class CodegenConfigLoader
- java.lang.Object
-
- io.swagger.codegen.v3.CodegenConfigLoader
-
public class CodegenConfigLoader extends Object
-
-
Constructor Summary
Constructors Constructor Description CodegenConfigLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CodegenConfigforName(String name)Tries to load config class with SPI first, then with class name directly from classpath
-
-
-
Method Detail
-
forName
public static CodegenConfig forName(String name)
Tries to load config class with SPI first, then with class name directly from classpath- Parameters:
name- name of config, or full qualified class name in classpath- Returns:
- config class
-
-