reverseConvert(Object data) This method converts the data from one type to another (though the types are exchanged in
comparison with
Converter.convert(Object) ).
Parameters: data - Data to convert.
This method should return a new converter, of the same type that the class that overrides it,
however freshly initialized.
a new converter, of the same type that the class that overrides it, however freshlyinitialized.
This method converts the data from one type to another (though the types are exchanged in
comparison with
Converter.convert(Object) ).
Parameters: data - Data to convert. Converted data.