Generated by
JDiff

Class org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory

Added Methods
PropertyDescriptor[] filterPropertyDescriptorsForDependencyCheck(BeanWrapper, boolean) Extract a filtered set of PropertyDescriptors from the given BeanWrapper, excluding ignored dependency types or properties defined on ignored dependency interfaces.
 

Changed Methods
void populateBean(String, RootBeanDefinition, BeanWrapper) Change in signature from (String, AbstractBeanDefinition, BeanWrapper) to (String, RootBeanDefinition, BeanWrapper).
Populate the bean instance in the given BeanWrapper with the property values from the bean definition.
PropertyDescriptor[] filterPropertyDescriptorsForDependencyCheck(BeanWrapper) Documentation changed from old to new.
Extract a filtered set of PropertyDescriptors from the given BeanWrapper, excluding ignored dependency types or properties defined on ignored dependency interfaces.