public class CodegenConfigLoader extends Object
| Constructor and Description |
|---|
CodegenConfigLoader() |
| Modifier and Type | Method and Description |
|---|---|
static CodegenConfig |
forName(String name)
Tries to load config class with SPI first, then with class name directly from classpath
|
public static CodegenConfig forName(String name)
name - name of config, or full qualified class name in classpathCopyright © 2018. All rights reserved.