Companion
object Companion
Properties
Functions
Link copied to clipboard
Creates the default instance of Configuration using the specified profile.
Link copied to clipboard
private fun <T : Any> fromProperties(clazz: KClass<out T>, properties: Properties, parent: T? = null, prefix: String): T
Parses a configuration namespace into a data class.