FROM - The class that is the source of conversionTO - The class that is converted topublic interface Converter<FROM,TO>
| Modifier and Type | Method and Description |
|---|---|
TO |
convert(FROM source)
convert the passed object to the outgoing object
|
TO convert(FROM source) throws ConversionException
source - the source object to convertConversionException - if something goes wrong.Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.