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

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

There is a newer version: 5-RELEASE
Show newest version
package com.github.gkutiel.flip;

import java.util.Map;

public interface Response {

	byte[] getBytes(Object obj);
	String getMimeType();
	void setProps(Map props);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy