package org.gcube.data.spd.executor.jobs.csv; public interface Converter { public D convert(T input) throws Exception; }