net.sf.javaprinciples.data.transformer
Interface Mapper<T,U>


public interface Mapper<T,U>


Method Summary
 void map(T input, U output)
          Maps the attributes of an input object to an output object.
 

Method Detail

map

void map(T input,
         U output)
Maps the attributes of an input object to an output object.

Parameters:
input - - Object to map from
output - - Object to map to


Copyright © 2013. All Rights Reserved.