Package io.swagger.codegen
Class CodegenConfigLoader
- java.lang.Object
-
- io.swagger.codegen.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 CodegenConfig
forName(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
-
-