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

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

Introduction

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

The text is from its open source code.

Constructor

PropertiesBeanDefinitionReader(BeanDefinitionRegistry registry)
Create new PropertiesBeanDefinitionReader for the given bean factory.

Method

intregisterBeanDefinitions(ResourceBundle rb)
Register bean definitions contained in a resource bundle, using all property keys (i.e.
intregisterBeanDefinitions(Map map)
Register bean definitions contained in a Map, using all property keys (i.e.
intregisterBeanDefinitions(ResourceBundle rb, @Nullable String prefix)
Register bean definitions contained in a ResourceBundle.
intregisterBeanDefinitions(Map map, @Nullable String prefix)
Register bean definitions contained in a Map.
voidsetDefaultParentBean(@Nullable String defaultParentBean)
Set the default parent bean for this bean factory.