Java org.springframework.beans.factory.support BeanDefinitionReader fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.support BeanDefinitionReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.support BeanDefinitionReader.

The text is from its open source code.

Implementation

org.springframework.beans.factory.support.BeanDefinitionReader has the following implementations.
Click this link to see all its implementation.

Method

BeanDefinitionRegistrygetRegistry()
Return the bean factory to register the bean definitions with.
intloadBeanDefinitions(Resource resource)
Load bean definitions from the specified resource.
intloadBeanDefinitions(Resource... resources)
Load bean definitions from the specified resources.
intloadBeanDefinitions(String location)
Load bean definitions from the specified resource location.
intloadBeanDefinitions(String... locations)
Load bean definitions from the specified resource locations.