Package io.quarkus.resteasy.reactive.common.deployment
package io.quarkus.resteasy.reactive.common.deployment
-
ClassesClassDescriptionRepresents the index that is going to be used to look up JAX-RS Resources.Enable the registration of additional default produces handlers for server endpointsIf 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).