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

internal.org.springframework.content.rest.io.RenderableResource Maven / Gradle / Ivy

There is a newer version: 3.0.15
Show newest version
package internal.org.springframework.content.rest.io;

import java.io.InputStream;

import org.springframework.util.MimeType;

public interface RenderableResource {

    boolean isRenderableAs(MimeType mimeType);

    InputStream renderAs(MimeType mimeType);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy