ErrorEntityWriter   ErrorEntityWriter 
Compiled from "ErrorEntityWriter.java" Compiled from "ErrorEntityWriter.java"
public abstract class io.dropwizard.jersey.errors.ErrorEntityWriter<T, U> i public abstract class io.dropwizard.jersey.errors.ErrorEntityWriter<T, U> i
mplements javax.ws.rs.ext.MessageBodyWriter<T> { mplements jakarta.ws.rs.ext.MessageBodyWriter<T> {
protected io.dropwizard.jersey.errors.ErrorEntityWriter(javax.ws.rs.core. protected io.dropwizard.jersey.errors.ErrorEntityWriter(jakarta.ws.rs.cor
MediaType, java.lang.Class<U>); e.MediaType, java.lang.Class<U>);
public boolean isWriteable(java.lang.Class<?>, java.lang.reflect.Type, ja public boolean isWriteable(java.lang.Class<?>, java.lang.reflect.Type, ja
va.lang.annotation.Annotation[], javax.ws.rs.core.MediaType); va.lang.annotation.Annotation[], jakarta.ws.rs.core.MediaType);
public long getSize(T, java.lang.Class<?>, java.lang.reflect.Type, java.l public long getSize(T, java.lang.Class<?>, java.lang.reflect.Type, java.l
ang.annotation.Annotation[], javax.ws.rs.core.MediaType); ang.annotation.Annotation[], jakarta.ws.rs.core.MediaType);
public void writeTo(T, java.lang.Class<?>, java.lang.reflect.Type, java.l 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 ang.annotation.Annotation[], jakarta.ws.rs.core.MediaType, jakarta.ws.rs.co
ultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream) th re.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream
rows java.io.IOException, javax.ws.rs.WebApplicationException; ) throws java.io.IOException, jakarta.ws.rs.WebApplicationException;
protected abstract U getRepresentation(T); protected abstract U getRepresentation(T);
} }
 End of changes. 1 change blocks. 
12 lines changed or deleted 12 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/