
org.resthub.web.support.BodyWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resthub-web-client Show documentation
Show all versions of resthub-web-client Show documentation
RESThub webservice client for requesting REST webservices with JSON support bundled
The newest version!
package org.resthub.web.support;
public interface BodyWriter {
public boolean canWrite(String mediaType);
public String writeEntity(String mediaType, Object object);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy