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

com.github.rmannibucau.featuredmock.mock.unmarshaller.Unmarshaller Maven / Gradle / Ivy

package com.github.rmannibucau.featuredmock.mock.unmarshaller;

import java.io.IOException;
import java.io.InputStream;

public interface Unmarshaller {
     T unmarshall(Class clazz, InputStream is) throws IOException;
    boolean accept(String extension);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy