
net.anthavio.httl.HttlBodyMarshaller Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hatatitla Show documentation
Show all versions of hatatitla Show documentation
Compact but tweakable REST client library you have been dreaming of
The newest version!
package net.anthavio.httl;
import java.io.IOException;
import java.io.OutputStream;
/**
*
* @author martin.vanek
*
*/
public interface HttlBodyMarshaller {
/**
* Check request.getMediaType() and marshall request.getBody().getPayload()
*/
public abstract void marshall(Object payload, String mediaType, String charset, OutputStream stream)
throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy