ConfigCompat

class Object
trait Matchable
class Any
class Config

Value members

Concrete methods

inline def defaultValueOf[ConfigType]: ConfigType
inline def getOrElse[ConfigType](default: => ConfigType): ConfigType
inline def of[ConfigType]: ConfigType
inline def register[ConfigType](config: ConfigType): Config
inline def registerDefault[ConfigType]: Config

Register the default value of the object as configuration

Register the default value of the object as configuration

inline def registerFromYaml[ConfigType](yamlFile: String): Config
inline def registerFromYamlOrElse[ConfigType](yamlFile: String, defaultValue: => ConfigType): Config