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

com.peterphi.std.guice.web.rest.jaxrs.exception.RestFailureRenderer Maven / Gradle / Ivy

There is a newer version: 10.1.5
Show newest version
package com.peterphi.std.guice.web.rest.jaxrs.exception;

import com.peterphi.std.guice.restclient.jaxb.RestFailure;

import javax.ws.rs.core.Response;

public interface RestFailureRenderer
{
	public Response render(RestFailure failure);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy