org.fuin.serialver4j.base
Interface Converter<SRC,DEST>

Type Parameters:
SRC - Type of the source object.
DEST - Type of the destination object.

public interface Converter<SRC,DEST>

Converts a source object into a target object.


Method Summary
 DEST convert(SRC src)
          Converts a source instance into a target instance.
 

Method Detail

convert

DEST convert(SRC src)
Converts a source instance into a target instance.

Parameters:
src - Source object to convert.
Returns:
New created and populated with data from the source object.


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.