BATCH-1685: Upgrade minimum support level for Spring to 3.1.2
This commit is contained in:
committed by
Dave Syer
parent
81e8522daa
commit
d512ba8ff2
@@ -346,6 +346,8 @@ public class BeanWrapperFieldSetMapper<T> extends DefaultPropertyEditorRegistrar
|
||||
|
||||
private Object getPropertyValue(Object bean, String nestedName) {
|
||||
BeanWrapperImpl wrapper = new BeanWrapperImpl(bean);
|
||||
wrapper.setAutoGrowNestedPaths(true);
|
||||
|
||||
Object nestedValue = wrapper.getPropertyValue(nestedName);
|
||||
if (nestedValue == null) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user