@Provider public class JSONEnabledProvider extends Object implements javax.ws.rs.ext.MessageBodyWriter<JSONEnabled>
| Constructor and Description |
|---|
JSONEnabledProvider() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(JSONEnabled jsonEnabled,
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(JSONEnabled jsonEnabled,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
public JSONEnabledProvider()
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<JSONEnabled>public long getSize(JSONEnabled jsonEnabled, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<JSONEnabled>public void writeTo(JSONEnabled jsonEnabled, 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<JSONEnabled>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2018. All Rights Reserved.