Generated by
JDiff

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

Added Methods
void destroyBean(Object)  
 

Changed Methods
Object applyBeanPostProcessorsBeforeInstantiation(Class<?>, String) Change in signature from (Class, String) to (Class<?>, String).
Apply InstantiationAwareBeanPostProcessors to the specified bean definition (by class and name), invoking their {@code postProcessBeforeInstantiation} methods.
void applyMergedBeanDefinitionPostProcessors(RootBeanDefinition, Class<?>, String) Change in signature from (RootBeanDefinition, Class, String) to (RootBeanDefinition, Class<?>, String).
Apply MergedBeanDefinitionPostProcessors to the specified bean definition, invoking their {@code postProcessMergedBeanDefinition} methods.
Object autowire(Class<?>, int, boolean) Change in signature from (Class, int, boolean) to (Class<?>, int, boolean).
 
Constructor[] determineConstructorsFromBeanPostProcessors(Class<?>, String) Change in signature from (Class, String) to (Class<?>, String).
Determine candidate constructors to use for the given bean, checking all registered SmartInstantiationAwareBeanPostProcessors.
void ignoreDependencyInterface(Class<?>) Change in signature from Class to Class<?>.
Ignore the given dependency interface for autowiring.
void ignoreDependencyType(Class<?>) Change in signature from Class to Class<?>.
Ignore the given dependency type for autowiring: for example, String.
Object createBean(Class<?>, int, boolean) Change in signature from (Class, int, boolean) to (Class<?>, int, boolean).