net.sf.seaf.util.convert.collection
Interface ObjectConverter<Source,Target>


public interface ObjectConverter<Source,Target>

Converts an Object from Source type to Target type.


Method Summary
 Target convert(Source source)
          Converts an Object from Source type to Target type.
 

Method Detail

convert

Target convert(Source source)
Converts an Object from Source type to Target type.

Parameters:
source - The Source object
Returns:
Target The Target object


Copyright © 2008-2011 SEAF. All Rights Reserved.