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
|
static List<CodegenConfig> |
getAll() |
public static CodegenConfig forName(String name)
name - name of config, or full qualified class name in classpathpublic static List<CodegenConfig> getAll()
Copyright © 2021. All rights reserved.