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–2019 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.