All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.poiji.bind.Unmarshaller Maven / Gradle / Ivy

package com.poiji.bind;

import java.util.function.Consumer;
import java.util.stream.Stream;

/**
 * Created by hakan on 08/03/2018
 */
public interface Unmarshaller {

     void unmarshal(Class type, Consumer consumer);

     Stream stream(Class type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy