public class SetBeanProperties extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
SetBeanProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBeanPropertyName(String beanName,
String propertyName) |
void |
afterPropertiesSet() |
Map<String,String> |
getBeanPropertyNames() |
protected Object |
getPropertyValue() |
String |
getRef() |
String |
getTargetTypeName() |
Object |
getValue() |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
setBeanPropertyNames(Map<String,String> beanPropertyNames) |
protected void |
setPropertyValue(Object propertyValue) |
void |
setRef(String ref) |
void |
setTargetTypeName(String targetTypeName) |
void |
setValue(Object value) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionprotected Object getPropertyValue()
public String getRef()
public String getTargetTypeName()
public Object getValue()
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionprotected void setPropertyValue(Object propertyValue)
public void setRef(String ref)
public void setTargetTypeName(String targetTypeName)
public void setValue(Object value)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.