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, setValueOnNullOutput
protected Object fromInput(Object input)
NullConversion
fromInput
in class NullConversion<Object,Object>
input
- The object of type I to be converted to Oprotected Object undo(Object input)
NullConversion
undo
in class NullConversion<Object,Object>
input
- the input object to be converted to ICopyright © 2019 Univocity Software Pty Ltd. All rights reserved.