public class SpringBeanProvider extends AbstractBeanProvider implements org.springframework.context.ApplicationContextAware
CREATE_BY_CONCRETE| Constructor and Description |
|---|
SpringBeanProvider() |
| Modifier and Type | Method and Description |
|---|---|
<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 in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic <T> Map<String,T> getBeansOfType(Class<T> type)
getBeansOfType in interface BeanProviderCopyright © 2018. All rights reserved.