Generated by
JDiff

Class org.springframework.beans.factory.BeanFactoryUtils

Removed Methods
String[] beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class) Get all bean names for the given type, including those defined in ancestor factories.
String[] beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class, boolean, boolean) Get all bean names for the given type, including those defined in ancestor factories.
 

Added Methods
String[] beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class<?>) Get all bean names for the given type, including those defined in ancestor factories.
String[] beanNamesForTypeIncludingAncestors(ListableBeanFactory, Class<?>, boolean, boolean) Get all bean names for the given type, including those defined in ancestor factories.