Uses of Class
org.springframework.guice.module.BeanFactoryProvider
-
Packages that use BeanFactoryProvider Package Description org.springframework.guice.module -
-
Uses of BeanFactoryProvider in org.springframework.guice.module
Methods in org.springframework.guice.module that return BeanFactoryProvider Modifier and Type Method Description static BeanFactoryProviderBeanFactoryProvider. from(Class<?>... config)Create an application context using these configuration classes.static BeanFactoryProviderBeanFactoryProvider. from(String... basePackages)Create an application context by scanning these base packages.BeanFactoryProviderBeanFactoryProvider. initializer(org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>... initializers)
-