public abstract class BeanFactoryUtils extends Object
Constructor and Description |
---|
BeanFactoryUtils() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getTransitiveDependenciesForBean(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory,
String beanName,
boolean rawFactoryBeans,
Class<?> type)
Return all beans depending directly or indirectly (transitively), on the bean identified by the beanName.
|
public static String[] getTransitiveDependenciesForBean(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, String beanName, boolean rawFactoryBeans, Class<?> type)
beanFactory
- beans bean factorybeanName
- root bean namerawFactoryBeans
- consider the factory bean itself or the its producttype
- type of the beans returned (null to return all beans)Copyright © 2006–2019. All rights reserved.