public abstract class EntityWriter<T> extends Object implements MessageBodyWriter<T>
Constructor and Description |
---|
EntityWriter() |
Modifier and Type | Method and Description |
---|---|
long |
getSize(T t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
boolean |
isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType) |
void |
writeEntity(org.codehaus.jackson.JsonGenerator jg,
T item) |
void |
writeTo(T entity,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)
isWriteable
in interface MessageBodyWriter<T>
public long getSize(T t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)
getSize
in interface MessageBodyWriter<T>
public void writeTo(T entity, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException, WebApplicationException
writeTo
in interface MessageBodyWriter<T>
IOException
WebApplicationException
public void writeEntity(org.codehaus.jackson.JsonGenerator jg, T item) throws IOException, ClientException
IOException
ClientException
Copyright © 2013 Nuxeo SA. All Rights Reserved.