static class SpringIntegration.InjectableSpringProvider<T> extends SpringIntegration.SpringProvider<T>
beanFactory, instance, name, singleton, type
Constructor and Description |
---|
InjectableSpringProvider(java.lang.Class<T> type,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
initialize(org.springframework.beans.factory.BeanFactory beanFactory) |
get, newInstance
InjectableSpringProvider(java.lang.Class<T> type, java.lang.String name)
@Inject void initialize(org.springframework.beans.factory.BeanFactory beanFactory)
initialize
in class SpringIntegration.SpringProvider<T>