- All Implemented Interfaces:
Mapper<S,T>
public final class NoopMapper<S,T>
extends Object
implements Mapper<S,T>
- Since:
- 1.4.0
- Author:
- Christian Beikov
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
INSTANCE
public static final Mapper INSTANCE
-
Method Details
-
map
public void map(S source,
T target)
- Specified by:
map in interface Mapper<S,T>