pureconfig
Trait for objects capable of reading objects of a given type from ConfigValues.
ConfigValues
the type of objects readable by this ConfigReader
ConfigReader
Convert the given configuration into an instance of T if possible.
T
The configuration from which load the config
either a list of failures or an object of type T
Trait for objects capable of reading objects of a given type from
ConfigValues.the type of objects readable by this
ConfigReader