Java org.springframework.boot BeanDefinitionLoader fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot BeanDefinitionLoader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot BeanDefinitionLoader.

The text is from its open source code.

Constructor

BeanDefinitionLoader(BeanDefinitionRegistry registry, Object... sources)
Create a new BeanDefinitionLoader that will load beans into the specified BeanDefinitionRegistry .

Method

intload()
Load the sources into the reader.
voidsetBeanNameGenerator(BeanNameGenerator beanNameGenerator)
Set the bean name generator to be used by the underlying readers and scanner.
voidsetEnvironment(ConfigurableEnvironment environment)
Set the environment to be used by the underlying readers and scanner.
voidsetResourceLoader(ResourceLoader resourceLoader)
Set the resource loader to be used by the underlying readers and scanner.