@Provider public class ServerVertxBufferMessageBodyWriter extends VertxBufferMessageBodyWriter implements org.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter<io.vertx.core.buffer.Buffer>
| Constructor and Description |
|---|
ServerVertxBufferMessageBodyWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWriteable(Class<?> type,
Type genericType,
org.jboss.resteasy.reactive.server.spi.ResteasyReactiveResourceInfo target,
javax.ws.rs.core.MediaType mediaType) |
void |
writeResponse(io.vertx.core.buffer.Buffer buffer,
Type genericType,
org.jboss.resteasy.reactive.server.spi.ServerRequestContext context) |
isWriteable, writeTopublic boolean isWriteable(Class<?> type, Type genericType, org.jboss.resteasy.reactive.server.spi.ResteasyReactiveResourceInfo target, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface org.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter<io.vertx.core.buffer.Buffer>public void writeResponse(io.vertx.core.buffer.Buffer buffer,
Type genericType,
org.jboss.resteasy.reactive.server.spi.ServerRequestContext context)
throws javax.ws.rs.WebApplicationException
writeResponse in interface org.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter<io.vertx.core.buffer.Buffer>javax.ws.rs.WebApplicationExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.