createDazzlConfig
inline fun <C> SurfConfigApi.createDazzlConfig(configFolder: Path, configFileName: @YamlConfigFileNamePattern String): C
Creates a DazzlConf configuration using a reified type.
Return
An instance of the configuration class C.
Parameters
C
The type of the configuration class.
configFolder
The folder where the configuration file is stored.
configFileName
The name of the configuration file. Must follow the YAML file name pattern.