java.lang.Object
com.blazebit.persistence.view.impl.mapper.TargetViewClassBasedMapper<S,T>
- All Implemented Interfaces:
Mapper<S,T>
public class TargetViewClassBasedMapper<S,T>
extends Object
implements Mapper<S,T>
- Since:
- 1.4.0
- Author:
- Christian Beikov
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TargetViewClassBasedMapper
-
Method Details
-
map
public void map(S source,
T target)
- Specified by:
map in interface Mapper<S,T>