|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.openedge.baritus.converters.NoopConverter
Converter that does nothing at all! Used for fallthrough; if really no converter is found at all, this one is used
| Constructor Summary | |
NoopConverter()
|
|
| Method Summary | |
java.lang.Object |
convert(java.lang.Class type,
java.lang.Object value)
noop; return value as was provided |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NoopConverter()
| Method Detail |
public java.lang.Object convert(java.lang.Class type,
java.lang.Object value)
convert in interface Convertertype - Data type to which this value should be convertedvalue - The input value to be convertedConverter.convert(java.lang.Class, java.lang.Object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||