It would appear hoplite only lets one map to data ...
# hoplite
a
It would appear hoplite only lets one map to data classes out of the box and not plain classes. Is that right? I come across frameworks that use
class
to hold config values. It would be nice just to use that class for loading. Did I overlook something (a decoder)? If not, do i need to implement a decoder?