public static interface ChangeTable.Changer
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
change(java.lang.Object value)
Produce a modified value from an old value.
|
java.lang.Object change(java.lang.Object value) throws ParserException
Produce a modified value from an old value.
It is strongly recommended that this method is re-entrant and does not modify the state of the Changer in a way that would affect future return -values.
value
- the old value ObjectParserException
- if value could not be changed