getAs

Converts the application config to the given type.

Report a problem


inline fun <E> ApplicationConfig.getAs(): E(source)

Converts the application config to the given type parameter.

Report a problem


Converts the application config value to the given type parameter.

Report a problem