Uses of Class
org.springframework.beans.factory.config.PropertyResourceConfigurer
Packages that use PropertyResourceConfigurer Package Description org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories.org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.Uses of PropertyResourceConfigurer in org.springframework.beans.factory.config
Subclasses of PropertyResourceConfigurer in org.springframework.beans.factory.config Modifier and Type Class Description class
PlaceholderConfigurerSupport
Abstract base class for property resource configurers that resolve placeholders in bean definition property values.class
PreferencesPlaceholderConfigurer
Deprecated.as of 5.2, along withPropertyPlaceholderConfigurer
class
PropertyOverrideConfigurer
Property resource configurer that overrides bean property values in an application context definition.class
PropertyPlaceholderConfigurer
Deprecated.as of 5.2; useorg.springframework.context.support.PropertySourcesPlaceholderConfigurer
instead which is more flexible through taking advantage of theEnvironment
andPropertySource
mechanisms.Uses of PropertyResourceConfigurer in org.springframework.context.support
Subclasses of PropertyResourceConfigurer in org.springframework.context.support Modifier and Type Class Description class
PropertySourcesPlaceholderConfigurer
Specialization ofPlaceholderConfigurerSupport
that resolves ${...} placeholders within bean definition property values and@Value
annotations against the current SpringEnvironment
and its set ofPropertySources
.