Class PropertiesFactoryBean

java.lang.Object
com.aspectran.utils.PropertiesLoaderSupport
com.aspectran.core.support.PropertiesFactoryBean
All Implemented Interfaces:
FactoryBean<Properties>, InitializableBean, InitializableFactoryBean<Properties>, ActivityContextAware, Aware

@AvoidAdvice public class PropertiesFactoryBean extends PropertiesLoaderSupport implements ActivityContextAware, InitializableFactoryBean<Properties>
Allows for making a properties file from a classpath location available as Properties instance in a bean factory. Can be used to populate any bean property of type Properties via a bean reference. Supports loading from a properties file and/or setting local properties on this FactoryBean. The created Properties instance will be merged from loaded and local values.

Created: 2025. 2. 18.