@Provider @Produces(value="*/*") @Consumes(value="*/*") @Priority(value=4800) public class QuarkusJsonbSerializer extends org.jboss.resteasy.plugins.providers.jsonb.JsonBindingProvider
| Constructor and Description |
|---|
QuarkusJsonbSerializer() |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
asyncWriteTo(Object t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
org.jboss.resteasy.spi.AsyncOutputStream entityStream) |
boolean |
isReadable(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(Object t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
getSize, readFrompublic boolean isReadable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isReadable in interface javax.ws.rs.ext.MessageBodyReader<Object>isReadable in class org.jboss.resteasy.plugins.providers.jsonb.JsonBindingProviderpublic boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<Object>isWriteable in class org.jboss.resteasy.plugins.providers.jsonb.JsonBindingProviderpublic void writeTo(Object 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<Object>writeTo in class org.jboss.resteasy.plugins.providers.jsonb.JsonBindingProviderIOExceptionjavax.ws.rs.WebApplicationExceptionpublic CompletionStage<Void> asyncWriteTo(Object t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, org.jboss.resteasy.spi.AsyncOutputStream entityStream)
asyncWriteTo in interface org.jboss.resteasy.spi.AsyncMessageBodyWriter<Object>asyncWriteTo in class org.jboss.resteasy.plugins.providers.jsonb.JsonBindingProviderCopyright © 2020 JBoss by Red Hat. All rights reserved.