public class SpringBeanProvider extends AbstractBeanProvider implements org.springframework.context.ApplicationContextAware
CREATE_BY_CONCRETE| 构造器和说明 |
|---|
SpringBeanProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Class[] |
collectionBeanTypes() |
<T> Map<String,T> |
getBeansOfType(Class<T> type) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
getBeanpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic <T> Map<String,T> getBeansOfType(Class<T> type)
getBeansOfType 在接口中 BeanProviderprotected Class[] collectionBeanTypes()
Copyright © 2020. All rights reserved.