Index

C E G H I J R W 
All Classes and Interfaces|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 Interface 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.
close(RestClientClosingTask.Context) - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.JacksonCleanupRestClientClosingTask
 
contextResolverMap - Static variable in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.JacksonUtil
 

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, RestClientRequestContext) - 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

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

JacksonCleanupRestClientClosingTask - Class in io.quarkus.rest.client.reactive.jackson.runtime.serialisers
Cleans up the mappings that is needed to support ClientObjectMapper
JacksonCleanupRestClientClosingTask() - Constructor for class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.JacksonCleanupRestClientClosingTask
 
JacksonUtil - Class in io.quarkus.rest.client.reactive.jackson.runtime.serialisers
 

R

readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ClientJacksonMessageBodyReader
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream, RestClientRequestContext) - 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
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream, RestClientRequestContext) - Method in class io.quarkus.rest.client.reactive.jackson.runtime.serialisers.ClientJacksonMessageBodyWriter
 
C E G H I J R W 
All Classes and Interfaces|All Packages