Package io.quarkus.resteasy.reactive.common.deployment
-
Class Summary Class Description ApplicationResultBuildItem FactoryUtils JsonDefaultProducersHandler QuarkusFactoryCreator QuarkusResteasyReactiveDotNames ResourceInterceptorsBuildItem ResourceInterceptorsContributorBuildItem ResourceScanningResultBuildItem ResteasyReactiveCommonProcessor SerializersUtil ServerDefaultProducesHandlerBuildItem Enable the registration of additional default produces handlers for server endpointsVetoingAnnotationTransformer If a JAX-RS resource uses something like @QueryParam, @HeaderParam or the like in a constructor parameter, then we need to make sure that Arc doesn't create a bean for it automatically (as it will fail validation because there is no way to pass the parameter).