@Provider @Produces(value="application/json") public class MetadataListMessageBodyWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<MetadataList>
Constructor and Description |
---|
MetadataListMessageBodyWriter() |
Modifier and Type | Method and Description |
---|---|
long |
getSize(MetadataList data,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
boolean |
isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
writeTo(MetadataList list,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable
in interface javax.ws.rs.ext.MessageBodyWriter<MetadataList>
public long getSize(MetadataList data, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
getSize
in interface javax.ws.rs.ext.MessageBodyWriter<MetadataList>
public void writeTo(MetadataList list, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException, javax.ws.rs.WebApplicationException
writeTo
in interface javax.ws.rs.ext.MessageBodyWriter<MetadataList>
IOException
javax.ws.rs.WebApplicationException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.