net.sf.doolin.util
Interface ItemConverter<S,T>

Type Parameters:
S - Source type
T - Target type
All Known Implementing Classes:
ChainedItemConverter, IdentityConverter, ItemCopyConverter, MethodItemConverter, PropertyItemConverter, ToStringItemConverter

Deprecated. Use Function instead.

@Deprecated
public interface ItemConverter<S,T>

Converts an object to another.

Author:
Damien Coraboeuf

Method Summary
 T convert(S source)
          Deprecated. Convert a source to a target
 

Method Detail

convert

T convert(S source)
Deprecated. 
Convert a source to a target

Parameters:
source - Source object
Returns:
Target object


Copyright © 2011. All Rights Reserved.