|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.betwixt.io.read.ArrayBindAction.ListUpdater
private static class ArrayBindAction.ListUpdater
Updates a list by adding the new value
Field Summary | |
---|---|
private static ArrayBindAction.ListUpdater |
INSTANCE
Singleton |
Constructor Summary | |
---|---|
private |
ArrayBindAction.ListUpdater()
|
Method Summary | |
---|---|
void |
update(Context context,
java.lang.Object newValue)
Update by adding the new value to the list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final ArrayBindAction.ListUpdater INSTANCE
Constructor Detail |
---|
private ArrayBindAction.ListUpdater()
Method Detail |
---|
public void update(Context context, java.lang.Object newValue)
update
in interface Updater
context
- update the bean in this Context
newValue
- set value to this Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |