public class CouchPropertyPlaceholderConfigurer
extends org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
SYSTEM_PROPERTIES_MODE_FALLBACK, SYSTEM_PROPERTIES_MODE_NEVER, SYSTEM_PROPERTIES_MODE_OVERRIDEDEFAULT_PLACEHOLDER_PREFIX, DEFAULT_PLACEHOLDER_SUFFIX, DEFAULT_VALUE_SEPARATOR, ignoreUnresolvablePlaceholders, nullValue, placeholderPrefix, placeholderSuffix, valueSeparator| Constructor and Description |
|---|
CouchPropertyPlaceholderConfigurer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
AppConfigCouchServer couchServer,
java.lang.String entityName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
loadProperties(java.util.Properties props) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
setLocations(org.springframework.core.io.Resource[] resources) |
parseStringValue, processProperties, resolvePlaceholder, resolvePlaceholder, resolveSystemProperty, setSearchSystemEnvironment, setSystemPropertiesMode, setSystemPropertiesModeNamedoProcessProperties, setBeanFactory, setBeanName, setIgnoreUnresolvablePlaceholders, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setValueSeparatorconvertProperties, convertProperty, convertPropertyValue, getOrder, setOrderpublic CouchPropertyPlaceholderConfigurer(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
AppConfigCouchServer couchServer,
java.lang.String entityName)
throws java.net.MalformedURLException,
java.net.URISyntaxException
java.net.MalformedURLExceptionjava.net.URISyntaxExceptionpublic void setLocations(org.springframework.core.io.Resource[] resources)
setLocations in class org.springframework.core.io.support.PropertiesLoaderSupportpublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessorpostProcessBeanFactory in class org.springframework.beans.factory.config.PropertyResourceConfigurerorg.springframework.beans.BeansExceptionprotected void loadProperties(java.util.Properties props)
throws java.io.IOException
loadProperties in class org.springframework.core.io.support.PropertiesLoaderSupportjava.io.IOException