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

com.github.gkutiel.flip.processor.pub.Response Maven / Gradle / Ivy

The newest version!
package com.github.gkutiel.flip.processor.pub;

import java.util.Map;

public interface Response {
	byte[] getBytes(Object obj);
	String getMimeType();
	void setProps(Map props);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy