C D E G H I J O R W 
All Classes All Packages

C

ClientJacksonMessageBodyReader - Class in io.quarkus.rest.client.reactive.jackson.runtime.serialisers
 
ClientJacksonMessageBodyReader(ObjectMapper) - Constructor for class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ClientJacksonMessageBodyReader
 
ClientJacksonMessageBodyWriter - Class in io.quarkus.rest.client.reactive.jackson.runtime.serialisers
 
ClientJacksonMessageBodyWriter(ObjectMapper) - Constructor for class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ClientJacksonMessageBodyWriter
 
ClientObjectMapper - Annotation Type in io.quarkus.rest.client.reactive.jackson
Used to easily define a custom object mapper for the specific REST Client on which it's used.

D

defaultWriter - Variable in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ClientJacksonMessageBodyWriter
 

E

equals(Object) - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ResolverMapKey
 

G

getConfiguration() - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ResolverMapKey
 
getEffectiveWriter(MediaType) - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ClientJacksonMessageBodyWriter
 
getObjectMapperFromContext(MediaType, RestClientRequestContext) - Static method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.JacksonUtil
 
getRestClientClass() - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ResolverMapKey
 

H

handle(RestClientRequestContext) - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ClientJacksonMessageBodyReader
 
handle(RestClientRequestContext) - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ClientJacksonMessageBodyWriter
 
hashCode() - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ResolverMapKey
 

I

io.quarkus.rest.client.reactive.jackson - package io.quarkus.rest.client.reactive.jackson
 
io.quarkus.rest.client.reactive.jackson.runtime.serialisers - package io.quarkus.rest.client.reactive.jackson.runtime.serialisers
 
isWriteable(Class, Type, Annotation[], MediaType) - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ClientJacksonMessageBodyWriter
 

J

JacksonUtil - Class in io.quarkus.rest.client.reactive.jackson.runtime.serialisers
 

O

originalMapper - Variable in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ClientJacksonMessageBodyWriter
 

R

readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ClientJacksonMessageBodyReader
 
ResolverMapKey - Class in io.quarkus.rest.client.reactive.jackson.runtime.serialisers
Each REST Client can potentially have different providers, so we need to make sure that caching for one client does not affect caching of another
ResolverMapKey(Configuration, Class<?>) - Constructor for class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ResolverMapKey
 

W

writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ClientJacksonMessageBodyWriter
 
C D E G H I J O R W 
All Classes All Packages