com.poiji.bind.Unmarshaller Maven / Gradle / Ivy
package com.poiji.bind;
import java.util.function.Consumer;
/**
* Created by hakan on 08/03/2018
*/
public interface Unmarshaller {
void unmarshal(Class type, Consumer super T> consumer);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy