Searched refs:SpringProvider (Results 1 – 1 of 1) sorted by relevance
67 SpringProvider<T> provider = SpringProvider.newInstance(type, name); in bindBean()78 static class SpringProvider<T> implements Provider<T> { class in SpringIntegration85 public SpringProvider(Class<T> type, String name) { in SpringProvider() method in SpringIntegration.SpringProvider90 static <T> SpringProvider<T> newInstance(Class<T> type, String name) { in newInstance()91 return new SpringProvider<T>(type, name); in newInstance()118 static class InjectableSpringProvider<T> extends SpringProvider<T> {