config
config copied to clipboard
Extended type support on bean maps
Replacing and extending PR https://github.com/lightbend/config/pull/614
- Added simple support for more than just Map<String, Object> when building a bean from the config
- Added support for map keys with dots
- Added support for enum map keys