public class ToStringConversion extends NullConversion<Object,Object>
| Constructor and Description |
|---|
ToStringConversion() |
ToStringConversion(Object valueOnNullInput,
Object valueOnNullOutput) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
fromInput(Object input)
Creates an instance of O from a I object
|
protected Object |
undo(Object input)
Converts a value of type O back to I.
|
execute, getValueOnNullInput, getValueOnNullOutput, revert, setValueOnNullInput, setValueOnNullOutputprotected Object fromInput(Object input)
NullConversionfromInput in class NullConversion<Object,Object>input - The object of type I to be converted to Oprotected Object undo(Object input)
NullConversionundo in class NullConversion<Object,Object>input - the input object to be converted to ICopyright © 2021 Univocity Software Pty Ltd. All rights reserved.