namespace jive { public interface Mapper { Output map_from(Input item); } public interface Mapper { Output map_from(Input item); } }