fallatol.config.ConfigMapper
See theConfigMapper companion trait
object ConfigMapper
Contains basic ConfigMapper instances for types are obtainable out of the box by the sconfig library. This includes some primitives like String, Int, Long, Double, Number, and Boolean, as well as org.ekrich.config.Config, which is used for nested configuration, as well as ConfigMappers for List and Map with String keys.
Also has the from method for building a new ConfigMapper from an existing ConfigMapper.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConfigMapper.type
Members list
In this article