Searched refs:SpringProvider (Results 1 – 1 of 1) sorted by relevance
70 SpringProvider<T> provider in bindBean()71 = SpringProvider.newInstance(type, name); in bindBean()85 static class SpringProvider<T> implements Provider<T> { class in SpringIntegration92 public SpringProvider(Class<T> type, String name) { in SpringProvider() method in SpringIntegration.SpringProvider97 static <T> SpringProvider<T> newInstance(Class<T> type, String name) { in newInstance()98 return new SpringProvider<T>(type, name); in newInstance()124 static class InjectableSpringProvider<T> extends SpringProvider<T> {