Uses of Class
io.quarkus.rest.client.reactive.deployment.RegisterProviderAnnotationInstanceBuildItem
-
Packages that use RegisterProviderAnnotationInstanceBuildItem Package Description io.quarkus.rest.client.reactive.deployment -
-
Uses of RegisterProviderAnnotationInstanceBuildItem in io.quarkus.rest.client.reactive.deployment
Method parameters in io.quarkus.rest.client.reactive.deployment with type arguments of type RegisterProviderAnnotationInstanceBuildItem Modifier and Type Method Description (package private) voidRestClientReactiveProcessor. registerProvidersFromAnnotations(io.quarkus.deployment.builditem.CombinedIndexBuildItem indexBuildItem, List<RegisterProviderAnnotationInstanceBuildItem> registerProviderAnnotationInstances, List<AnnotationToRegisterIntoClientContextBuildItem> annotationsToRegisterIntoClientContext, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.GeneratedBeanBuildItem> generatedBeans, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.GeneratedClassBuildItem> generatedClasses, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.UnremovableBeanBuildItem> unremovableBeans, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClasses, RestClientReactiveConfig clientConfig)Creates an implementation of `AnnotationRegisteredProviders` class with a constructor that: puts all the providers registered by the @RegisterProvider annotation in a map using theAnnotationRegisteredProviders.addProviders(String, Map)method registers all the provider implementations annotated with @Provider usingAnnotationRegisteredProviders.addGlobalProvider(Class, int)voidRestClientReactiveProcessor. registerProvidersInstances(io.quarkus.deployment.builditem.CombinedIndexBuildItem indexBuildItem, io.quarkus.deployment.annotations.BuildProducer<RegisterProviderAnnotationInstanceBuildItem> producer)
-