| Constructor and Description | 
|---|
JSONMessageBodyWriter()  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getSize(Metadata 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(Metadata metadata,
       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<Metadata>public long getSize(Metadata data, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<Metadata>public void writeTo(Metadata metadata, 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<Metadata>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.