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

com.scarabsoft.jrest.converter.body.BodyConverter Maven / Gradle / Ivy

package com.scarabsoft.jrest.converter.body;

import java.io.UnsupportedEncodingException;

public interface BodyConverter {

    byte[] toBody(Object obj) throws UnsupportedEncodingException;

    String getMimetype();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy