
com.github.gkutiel.flip.processor.pub.Response Maven / Gradle / Ivy
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