fallatol.config.ConfigMapper
See theConfigMapper companion object
The core type class for fallatol-config. It describes how an instance of some type obtained from an instance of org.ekrich.impl.ConfigValue. Instances of this type class are used by ConfigOps which allows getting of instances from org.ekrich.config.Config via type parameters like:
config.get[Double]("path.to.double")
rather than the built in methods with hard coded values:
config.getDouble("path.to.double")
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article