|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gageot.excel.beans.BeanSetterImpl
public class BeanSetterImpl
Simple BeanSetter implementation based on BeanWrapperImpl Spring class.
BeanCellCallbackHandler
,
ExcelTemplate#read(String,CellCallbackHandler)
Constructor Summary | |
---|---|
BeanSetterImpl()
|
Method Summary | |
---|---|
protected org.springframework.beans.BeanWrapper |
getWrapper(java.lang.Object bean)
|
void |
setProperty(java.lang.Object bean,
java.lang.String propertyName,
java.lang.Object propertyValue)
Set the value of a property on the current bean. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanSetterImpl()
Method Detail |
---|
protected org.springframework.beans.BeanWrapper getWrapper(java.lang.Object bean)
public void setProperty(java.lang.Object bean, java.lang.String propertyName, java.lang.Object propertyValue) throws org.springframework.beans.BeansException
setProperty
in interface BeanSetter
bean
- bean instance to populatepropertyName
- the name of the property (case insensitive)propertyValue
- the value of the property
org.springframework.beans.BeansException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |