ErrorEntityWriter   ErrorEntityWriter 
Compiled from "ErrorEntityWriter.java" Compiled from "ErrorEntityWriter.java"
public abstract class io.dropwizard.jersey.errors.ErrorEntityWriter<T, U> i mplements javax.ws.rs.ext.MessageBodyWriter<T> { public abstract class io.dropwizard.jersey.errors.ErrorEntityWriter<T, U> i mplements javax.ws.rs.ext.MessageBodyWriter<T> {
public io.dropwizard.jersey.errors.ErrorEntityWriter(javax.ws.rs.core.Med iaType, java.lang.Class<U>); protected io.dropwizard.jersey.errors.ErrorEntityWriter(javax.ws.rs.core. MediaType, java.lang.Class<U>);
public boolean isWriteable(java.lang.Class<?>, java.lang.reflect.Type, ja va.lang.annotation.Annotation[], javax.ws.rs.core.MediaType); public boolean isWriteable(java.lang.Class<?>, java.lang.reflect.Type, ja va.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
public long getSize(T, java.lang.Class<?>, java.lang.reflect.Type, java.l ang.annotation.Annotation[], javax.ws.rs.core.MediaType); public long getSize(T, java.lang.Class<?>, java.lang.reflect.Type, java.l ang.annotation.Annotation[], javax.ws.rs.core.MediaType);
public void writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.l ang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.M ultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream) th rows java.io.IOException, javax.ws.rs.WebApplicationException; public void writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.l ang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.M ultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream) th rows java.io.IOException, javax.ws.rs.WebApplicationException;
protected abstract U getRepresentation(T); protected abstract U getRepresentation(T);
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/