Searched defs:beanFactory (Results 1 - 2 of 2) sorted by relevance

/external/guice/extensions/spring/src/com/google/inject/spring/
H A DSpringIntegration.java59 public static void bindAll(Binder binder, ListableBeanFactory beanFactory) { argument
62 for (String name : beanFactory.getBeanDefinitionNames()) {
63 Class<?> type = beanFactory.getType(name);
64 bindBean(binder, beanFactory, name, type);
68 static <T> void bindBean(Binder binder, ListableBeanFactory beanFactory, argument
73 provider.initialize(beanFactory);
87 BeanFactory beanFactory; field in class:SpringIntegration.SpringProvider
101 void initialize(BeanFactory beanFactory) { argument
102 this.beanFactory = beanFactory;
132 initialize(BeanFactory beanFactory) argument
[all...]
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...

Completed in 134 milliseconds