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

org.resthub.web.support.BodyWriter Maven / Gradle / Ivy

Go to download

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