Added new logic to RelaxedDataBinder to deal with nested stuff

* Leverages existing behaviour of BeanWrapperImpl where possible
to autogrow collections and lists
* Logic for scanning and converting bean paths encapsulated in
BeanPath inner class

[Fixes #53947797] [bs-249]
@ConfigurationProperties cannot bind to Map<String,List<Thing>>
This commit is contained in:
Dave Syer
2013-07-25 09:13:04 +01:00
parent 2d1f758fd8
commit b1f4320c17
4 changed files with 470 additions and 60 deletions

View File

@@ -14,6 +14,6 @@
<appender-ref ref="CONSOLE" />
</root>
<logger name="org.springframework" level="DEBUG"/>
<!-- logger name="org.springframework" level="DEBUG"/-->
</configuration>