public class ResteasyReactiveClientRecorder extends ResteasyReactiveCommonRecorder
| Modifier and Type | Field and Description |
|---|---|
static Supplier<Executor> |
EXECUTOR_SUPPLIER |
| Constructor and Description |
|---|
ResteasyReactiveClientRecorder() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.resteasy.reactive.common.core.Serialisers |
createSerializers() |
static ClientProxies |
getClientProxies() |
static org.jboss.resteasy.reactive.common.core.GenericTypeMapping |
getGenericTypeMapping() |
static org.jboss.resteasy.reactive.common.core.Serialisers |
getSerialisers() |
void |
registerInvocationHandlerGenericType(org.jboss.resteasy.reactive.common.core.GenericTypeMapping genericTypeMapping,
String invocationHandlerClass,
String resolvedType) |
void |
setGenericTypeMapping(org.jboss.resteasy.reactive.common.core.GenericTypeMapping typeMapping) |
void |
setupClientProxies(Map<String,io.quarkus.runtime.RuntimeValue<Function<javax.ws.rs.client.WebTarget,?>>> clientImplementations,
Map<String,String> failures) |
factory, loadClass, registerReader, registerWriterpublic static ClientProxies getClientProxies()
public static org.jboss.resteasy.reactive.common.core.Serialisers getSerialisers()
public static org.jboss.resteasy.reactive.common.core.GenericTypeMapping getGenericTypeMapping()
public void setupClientProxies(Map<String,io.quarkus.runtime.RuntimeValue<Function<javax.ws.rs.client.WebTarget,?>>> clientImplementations, Map<String,String> failures)
public org.jboss.resteasy.reactive.common.core.Serialisers createSerializers()
public void setGenericTypeMapping(org.jboss.resteasy.reactive.common.core.GenericTypeMapping typeMapping)
Copyright © 2021 JBoss by Red Hat. All rights reserved.