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

io.quarkus.resteasy.reactive.jackson.deployment.processor.ResteasyReactiveJacksonProviderDefinedBuildItem Maven / Gradle / Ivy

There is a newer version: 3.15.2
Show newest version
package io.quarkus.resteasy.reactive.jackson.deployment.processor;

import io.quarkus.builder.item.MultiBuildItem;

/**
 * A BuildItem to mark that the server side jackson provider is defined.
 * If not "emitted" by any of the processors, the reactive rest client (if used) will add its own jackson provider
 */
public final class ResteasyReactiveJacksonProviderDefinedBuildItem extends MultiBuildItem {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy