|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjodd.bean.modifiers.TrimStrings
Simple bean modifier that trims all String parameters of given java bean object.
Constructor Summary | |
TrimStrings()
|
Method Summary | |
void |
onProperty(java.lang.Object obj,
java.lang.String name)
Method that will be called-back for each beans property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrimStrings()
Method Detail |
public void onProperty(java.lang.Object obj, java.lang.String name)
PropertyCallback
onProperty
in interface PropertyCallback
obj
- object instancename
- property name (without 'get'/'set')
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |