Package net.sf.basedb.util.transform
Interface Transformer<T,F>
- All Known Implementing Classes:
BioMaterialEventSource.BioMaterialEventSourceTransformer
public interface Transformer<T,F>
- Since:
- 3.0
- Author:
- Nicklas
- Last modified
- $Date: 2011-06-20 13:55:13 +0200 (må, 20 jun 2011) $
-
Method Summary
-
Method Details
-
transform
Transform the given object into another object.- Parameters:
from
- The source object- Returns:
- An instance of the destination class or null
-