Index

A B C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

Accessible(String) - Constructor for class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.Accessible
 
activateSslNativeSupport() - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
addMpClientEnricher(BuildProducer<JaxrsClientReactiveEnricherBuildItem>) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
addRestClientBeans(Capabilities, CombinedIndexBuildItem, List<RegisteredRestClientBuildItem>, CustomScopeAnnotationsBuildItem, List<RestClientAnnotationsTransformerBuildItem>, BuildProducer<GeneratedBeanBuildItem>, RestClientReactiveConfig, RestClientsBuildTimeConfig, RestClientRecorder) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
AnnotationToRegisterIntoClientContextBuildItem - Class in io.quarkus.rest.client.reactive.deployment
A Build Item that is used to register annotations that are used by the client to register services into the client context.
AnnotationToRegisterIntoClientContextBuildItem(DotName, Class<?>) - Constructor for class io.quarkus.rest.client.reactive.deployment.AnnotationToRegisterIntoClientContextBuildItem
 
announceFeature(BuildProducer<FeatureBuildItem>) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 

B

beans() - Method in class io.quarkus.rest.client.reactive.deployment.devconsole.RestClientReactiveDevUIProcessor
 

C

CLIENT_BASIC_AUTH - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
CLIENT_EXCEPTION_MAPPER - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
CLIENT_FORM_PARAM - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
CLIENT_FORM_PARAMS - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
CLIENT_HEADER_PARAM - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
CLIENT_HEADER_PARAMS - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
CLIENT_QUERY_PARAM - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
CLIENT_QUERY_PARAMS - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
CLIENT_REDIRECT_HANDLER - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
CLIENT_REQUEST_FILTER - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
CLIENT_RESPONSE_FILTER - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
ClientContextResolverHandler - Class in io.quarkus.rest.client.reactive.deployment
Generates an implementation of ResteasyReactiveContextResolver The extension will search for methods annotated with a special annotation like `@ClientObjectMapper` (if the REST Client Jackson extension is present) and create the context resolver to register a custom object into the client context like the ObjectMapper instance.
ClientContextResolverHandler(DotName, Class<?>, ClassOutput) - Constructor for class io.quarkus.rest.client.reactive.deployment.ClientContextResolverHandler
 
ClientExceptionMapperHandler - Class in io.quarkus.rest.client.reactive.deployment
Generates an implementation of ResponseExceptionMapper from an instance of ClientExceptionMapper
ClientExceptionMapperHandler(ClassOutput) - Constructor for class io.quarkus.rest.client.reactive.deployment.ClientExceptionMapperHandler
 
ClientRedirectHandler - Class in io.quarkus.rest.client.reactive.deployment
Generates an implementation of RedirectHandler from an instance of ClientRedirectHandler
ClientRedirectHandler(ClassOutput) - Constructor for class io.quarkus.rest.client.reactive.deployment.ClientRedirectHandler
 
ConfigName(String) - Constructor for class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.ConfigName
 
construct() - Static method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor$$accessor
 
create() - Method in class io.quarkus.rest.client.reactive.deployment.devconsole.RestClientReactiveDevUIProcessor
 
create(RestClientHttpProxyBuildItem) - Method in class io.quarkus.rest.client.reactive.deployment.devservices.VertxHttpProxyDevServicesRestClientProxyProvider
 
createJsonRPCServiceForCache() - Method in class io.quarkus.rest.client.reactive.deployment.devconsole.RestClientReactiveDevUIProcessor
 

D

DEFAULT_HEADERS_FACTORY - Static variable in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher
 
determineRegisteredRestClients(CombinedIndexBuildItem, RestClientsBuildTimeConfig, BuildProducer<RegisteredRestClientBuildItem>) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
determineRequiredProxies(RestClientsBuildTimeConfig, CombinedIndexBuildItem, List<RegisteredRestClientBuildItem>, BuildProducer<RestClientHttpProxyBuildItem>) - Method in class io.quarkus.rest.client.reactive.deployment.devservices.DevServicesRestClientHttpProxyProcessor
 
DevServicesRestClientHttpProxyProcessor - Class in io.quarkus.rest.client.reactive.deployment.devservices
 
DevServicesRestClientHttpProxyProcessor() - Constructor for class io.quarkus.rest.client.reactive.deployment.devservices.DevServicesRestClientHttpProxyProcessor
 
DotNames - Class in io.quarkus.rest.client.reactive.deployment
 

E

equals(Object) - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.Node
 

F

forClass(MethodCreator, AssignableResultHandle, ClassInfo, IndexView) - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher
 
forMethod(ClassCreator, MethodCreator, MethodCreator, MethodCreator, ClassInfo, MethodInfo, AssignableResultHandle, IndexView, BuildProducer<GeneratedClassBuildItem>, int, FieldDescriptor) - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher
 
forSubResourceMethod(ClassCreator, MethodCreator, MethodCreator, MethodCreator, ClassInfo, ClassInfo, MethodInfo, MethodInfo, AssignableResultHandle, IndexView, BuildProducer<GeneratedClassBuildItem>, int, int, FieldDescriptor) - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher
 
forSubResourceWebTarget(MethodCreator, IndexView, ClassInfo, ClassInfo, MethodInfo, MethodInfo, AssignableResultHandle, BuildProducer<GeneratedClassBuildItem>) - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher
 
forWebTarget(MethodCreator, IndexView, ClassInfo, MethodInfo, AssignableResultHandle, BuildProducer<GeneratedClassBuildItem>) - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher
 

G

generateContextResolver(AnnotationInstance) - Method in class io.quarkus.rest.client.reactive.deployment.ClientContextResolverHandler
Generates an implementation of ResteasyReactiveContextResolver that looks something like:
generatedClassName - Variable in class io.quarkus.rest.client.reactive.deployment.GeneratedClassResult
 
GeneratedClassResult - Class in io.quarkus.rest.client.reactive.deployment
 
GeneratedClassResult(String, String, int) - Constructor for class io.quarkus.rest.client.reactive.deployment.GeneratedClassResult
 
generateResponseExceptionMapper(AnnotationInstance) - Method in class io.quarkus.rest.client.reactive.deployment.ClientExceptionMapperHandler
Generates an implementation of ResponseExceptionMapper that looks something like:
generateResponseExceptionMapper(AnnotationInstance) - Method in class io.quarkus.rest.client.reactive.deployment.ClientRedirectHandler
Generates an implementation of RedirectHandler that looks something like:
generateRestClientConfigBuilder(List<RegisteredRestClientBuildItem>, BuildProducer<GeneratedClassBuildItem>, BuildProducer<StaticInitConfigBuilderBuildItem>, BuildProducer<RunTimeConfigBuilderBuildItem>) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
getAnnotation() - Method in class io.quarkus.rest.client.reactive.deployment.AnnotationToRegisterIntoClientContextBuildItem
 
getAnnotationInstance() - Method in class io.quarkus.rest.client.reactive.deployment.RegisterProviderAnnotationInstanceBuildItem
 
getClassInfo() - Method in class io.quarkus.rest.client.reactive.deployment.RegisteredRestClientBuildItem
 
getConfigKey() - Method in class io.quarkus.rest.client.reactive.deployment.RegisteredRestClientBuildItem
 
getDefaultBaseUri() - Method in class io.quarkus.rest.client.reactive.deployment.RegisteredRestClientBuildItem
 
getExpectedReturnType() - Method in class io.quarkus.rest.client.reactive.deployment.AnnotationToRegisterIntoClientContextBuildItem
 
getGeneratedClassName(MethodInfo) - Static method in class io.quarkus.rest.client.reactive.deployment.ClientContextResolverHandler
 
getGeneratedClassName(MethodInfo) - Static method in class io.quarkus.rest.client.reactive.deployment.ClientExceptionMapperHandler
 
getTargetClass() - Method in class io.quarkus.rest.client.reactive.deployment.RegisterProviderAnnotationInstanceBuildItem
 
getValue() - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.Node
 

H

handleFormParams(MethodCreator, IndexView, ClassInfo, MethodInfo, BuildProducer<GeneratedClassBuildItem>, AssignableResultHandle, boolean) - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher
 
handleFormParamsForSubResource(MethodCreator, IndexView, ClassInfo, ClassInfo, MethodInfo, MethodInfo, AssignableResultHandle, BuildProducer<GeneratedClassBuildItem>, AssignableResultHandle, boolean) - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher
 
handleSseEventFilter(BuildProducer<ReflectiveClassBuildItem>, BeanArchiveIndexBuildItem) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
hashCode() - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.Node
 

I

INSTANCE - Static variable in class io.quarkus.rest.client.reactive.deployment.devservices.VertxHttpProxyDevServicesRestClientProxyProvider
 
INTERFACE_METHOD - Enum constant in enum class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.AccessibleType
 
interfaceName - Variable in class io.quarkus.rest.client.reactive.deployment.GeneratedClassResult
 
io.quarkus.rest.client.reactive.deployment - package io.quarkus.rest.client.reactive.deployment
 
io.quarkus.rest.client.reactive.deployment.devconsole - package io.quarkus.rest.client.reactive.deployment.devconsole
 
io.quarkus.rest.client.reactive.deployment.devservices - package io.quarkus.rest.client.reactive.deployment.devservices
 

L

log - Static variable in class io.quarkus.rest.client.reactive.deployment.devservices.VertxHttpProxyDevServicesRestClientProxyProvider
 
logStartup(String, Integer) - Method in class io.quarkus.rest.client.reactive.deployment.devservices.VertxHttpProxyDevServicesRestClientProxyProvider
 

M

MAP - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
METHOD - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
METHOD_PARAMETER - Enum constant in enum class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.AccessibleType
 
MicroProfileRestClientEnricher - Class in io.quarkus.rest.client.reactive.deployment
Alters client stub generation to add MicroProfile Rest Client features.
MicroProfileRestClientEnricher() - Constructor for class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher
 
MicroProfileRestClientEnricher.AccessibleType - Enum Class in io.quarkus.rest.client.reactive.deployment
 
MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser - Class in io.quarkus.rest.client.reactive.deployment
This class is meant to parse the values in ClientHeaderParam into a list of supported types
MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.Accessible - Class in io.quarkus.rest.client.reactive.deployment
 
MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.ConfigName - Class in io.quarkus.rest.client.reactive.deployment
 
MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.Node - Class in io.quarkus.rest.client.reactive.deployment
 
MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.Verbatim - Class in io.quarkus.rest.client.reactive.deployment
 
MULTIVALUED_MAP - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 

N

name() - Method in class io.quarkus.rest.client.reactive.deployment.devservices.VertxHttpProxyDevServicesRestClientProxyProvider
 
NAME - Static variable in class io.quarkus.rest.client.reactive.deployment.devservices.VertxHttpProxyDevServicesRestClientProxyProvider
 
nativeSpiSupport() - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
Node(String) - Constructor for class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.Node
 

O

OBJECT - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 

P

parse() - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser
 
priority - Variable in class io.quarkus.rest.client.reactive.deployment.GeneratedClassResult
 

R

REGISTER_CLIENT_HEADERS - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
REGISTER_PROVIDER - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
REGISTER_PROVIDERS - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
registerCompressionInterceptors(BuildProducer<ReflectiveClassBuildItem>) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
registerDefaultProvider() - Method in class io.quarkus.rest.client.reactive.deployment.devservices.DevServicesRestClientHttpProxyProcessor
 
RegisteredRestClientBuildItem - Class in io.quarkus.rest.client.reactive.deployment
Contains information about the REST Clients that have been discovered via RegisterRestClient
RegisteredRestClientBuildItem(ClassInfo, Optional<String>, Optional<String>) - Constructor for class io.quarkus.rest.client.reactive.deployment.RegisteredRestClientBuildItem
 
registerHeaderFactoryBeans(CombinedIndexBuildItem, BuildProducer<AdditionalBeanBuildItem>) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
RegisterProviderAnnotationInstanceBuildItem - Class in io.quarkus.rest.client.reactive.deployment
A Build Item that is used to capture the information of usages equivalent to @RegisterProvider(SomeProvider.class).
RegisterProviderAnnotationInstanceBuildItem(String, AnnotationInstance) - Constructor for class io.quarkus.rest.client.reactive.deployment.RegisterProviderAnnotationInstanceBuildItem
 
registerProviderBeans(CombinedIndexBuildItem) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
registerProvidersFromAnnotations(CombinedIndexBuildItem, List<RegisterProviderAnnotationInstanceBuildItem>, List<AnnotationToRegisterIntoClientContextBuildItem>, BuildProducer<GeneratedBeanBuildItem>, BuildProducer<GeneratedClassBuildItem>, BuildProducer<UnremovableBeanBuildItem>, BuildProducer<ReflectiveClassBuildItem>, BuildProducer<ExecutionModelAnnotationsAllowedBuildItem>, RestClientReactiveConfig) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
Creates an implementation of `AnnotationRegisteredProviders` class with a constructor that: puts all the providers registered by the @RegisterProvider annotation in a map using the AnnotationRegisteredProviders.addProviders(String, Map) method registers all the provider implementations annotated with @Provider using AnnotationRegisteredProviders.addGlobalProvider(Class, int)
registerProvidersInstances(CombinedIndexBuildItem, BuildProducer<RegisterProviderAnnotationInstanceBuildItem>) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
registerQueryParamStyleForConfig(BuildProducer<ConfigurationTypeBuildItem>) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
RESPONSE_EXCEPTION_MAPPER - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
RestClientAnnotationExpressionParser(String, String) - Constructor for class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser
 
RestClientReactiveDevUIProcessor - Class in io.quarkus.rest.client.reactive.deployment.devconsole
 
RestClientReactiveDevUIProcessor() - Constructor for class io.quarkus.rest.client.reactive.deployment.devconsole.RestClientReactiveDevUIProcessor
 
RestClientReactiveProcessor - Class in io.quarkus.rest.client.reactive.deployment
 
RestClientReactiveProcessor() - Constructor for class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
RestClientReactiveProcessor$$accessor - Class in io.quarkus.rest.client.reactive.deployment
 

S

setup() - Method in class io.quarkus.rest.client.reactive.deployment.devservices.VertxHttpProxyDevServicesRestClientProxyProvider
 
setupAdditionalBeans(BuildProducer<AdditionalBeanBuildItem>, RestClientRecorder) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
setUpDefaultMediaType(BuildProducer<RestClientDefaultConsumesBuildItem>, BuildProducer<RestClientDefaultProducesBuildItem>, BuildProducer<RestClientDisableSmartDefaultProduces>, RestClientReactiveConfig) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
setupRequestCollectingFilter(BuildProducer<ContainerRequestFilterBuildItem>) - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
SSE_EVENT_FILTER - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 
start(List<RestClientHttpProxyBuildItem>, List<DevServicesRestClientProxyProvider.BuildItem>, BuildProducer<DevServicesResultBuildItem>, CuratedApplicationShutdownBuildItem) - Method in class io.quarkus.rest.client.reactive.deployment.devservices.DevServicesRestClientHttpProxyProcessor
 
STATIC_METHOD - Enum constant in enum class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.AccessibleType
 
STRING - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 

T

toString() - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.Accessible
 
toString() - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.ConfigName
 
toString() - Method in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.Verbatim
 

U

unremovableBeans() - Method in class io.quarkus.rest.client.reactive.deployment.RestClientReactiveProcessor
 
URI - Static variable in class io.quarkus.rest.client.reactive.deployment.DotNames
 

V

value - Variable in class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.Node
 
valueOf(String) - Static method in enum class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.AccessibleType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.AccessibleType
Returns an array containing the constants of this enum class, in the order they are declared.
Verbatim(String) - Constructor for class io.quarkus.rest.client.reactive.deployment.MicroProfileRestClientEnricher.RestClientAnnotationExpressionParser.Verbatim
 
VertxHttpProxyDevServicesRestClientProxyProvider - Class in io.quarkus.rest.client.reactive.deployment.devservices
A simple implementation of DevServicesRestClientProxyProvider that creates a pass-through proxy based on vertx-http-proxy
VertxHttpProxyDevServicesRestClientProxyProvider() - Constructor for class io.quarkus.rest.client.reactive.deployment.devservices.VertxHttpProxyDevServicesRestClientProxyProvider
 
A B C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values