public class EncryptablePropertySourcesPlaceholderConfigurer
extends org.springframework.context.support.PropertySourcesPlaceholderConfigurer
ENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME, LOCAL_PROPERTIES_PROPERTY_SOURCE_NAMEDEFAULT_PLACEHOLDER_PREFIX, DEFAULT_PLACEHOLDER_SUFFIX, DEFAULT_VALUE_SEPARATOR, ignoreUnresolvablePlaceholders, nullValue, placeholderPrefix, placeholderSuffix, trimValues, valueSeparator| Constructor and Description |
|---|
EncryptablePropertySourcesPlaceholderConfigurer(org.jasypt.encryption.StringEncryptor stringEncryptor)
PropertySourcesPlaceholderConfigurer constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
processProperties(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory,
org.springframework.core.env.ConfigurablePropertyResolver propertyResolver)
Visit each bean definition in the given bean factory and attempt to replace ${...} property
placeholders with values from the given properties.
|
getAppliedPropertySources, postProcessBeanFactory, processProperties, setEnvironment, setPropertySourcesdoProcessProperties, setBeanFactory, setBeanName, setIgnoreUnresolvablePlaceholders, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setTrimValues, setValueSeparatorconvertProperties, convertProperty, convertPropertyValue, getOrder, setOrder@Autowired public EncryptablePropertySourcesPlaceholderConfigurer(org.jasypt.encryption.StringEncryptor stringEncryptor)
stringEncryptor - the encryptorprotected void processProperties(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory,
org.springframework.core.env.ConfigurablePropertyResolver propertyResolver)
throws org.springframework.beans.BeansException
processProperties in class org.springframework.context.support.PropertySourcesPlaceholderConfigurerbeanFactory - the bean factory to process.propertyResolver - used to resolve the propertiesorg.springframework.beans.BeansException - If an error occurs.Apache Camel