@Provider public class JsonObjectBodyWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<io.vertx.core.json.JsonObject>
| Constructor and Description |
|---|
JsonObjectBodyWriter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(io.vertx.core.json.JsonObject t,
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(io.vertx.core.json.JsonObject t,
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<io.vertx.core.json.JsonObject>public long getSize(io.vertx.core.json.JsonObject t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<io.vertx.core.json.JsonObject>public void writeTo(io.vertx.core.json.JsonObject t,
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<io.vertx.core.json.JsonObject>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2018. All rights reserved.