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

java.lang.Object
org.apache.hadoop.mapreduce.Mapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>
org.approvaltests.hadoop.version1.SmartMapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>
org.approvaltests.hadoop.version1.MapperWrapper<KeyIn,​ValueIn,​KeyOut,​ValueOut>
All Implemented Interfaces:
Transform<KeyIn,​ValueIn,​KeyOut,​ValueOut>

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