Class MapperWrapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>

java.lang.Object
org.approvaltests.hadoop.version2.MapperWrapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.io.Closeable, org.apache.hadoop.mapred.JobConfigurable, org.apache.hadoop.mapred.Mapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>, Transform<KeyIn,​ValueIn,​KeyOut,​ValueOut>, SmartMapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>

public class MapperWrapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>
extends Object
implements SmartMapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>