All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.jaxrs.client.reactive.deployment.RestClientDisableSmartDefaultProduces Maven / Gradle / Ivy

There is a newer version: 3.15.1
Show newest version
package io.quarkus.jaxrs.client.reactive.deployment;

import io.quarkus.builder.item.MultiBuildItem;

/**
 * By default, RESTEasy Reactive uses text/plain content type for String values
 * and application/json for everything else.
 * MicroProfile Rest Client spec requires the implementations to always default to application/json.
 * This build item disables the "smart" behavior of RESTEasy Reactive to comply to the spec
 */
public final class RestClientDisableSmartDefaultProduces extends MultiBuildItem {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy