Class SmallRyeReactiveTypeConvertersProcessor
java.lang.Object
io.quarkus.smallrye.typeconverters.deployment.SmallRyeReactiveTypeConvertersProcessor
Searches for implementations of the
ReactiveTypeConverter class and register them as SPI. So the result depends
on the implementation added by the user in the build classpath (Maven dependencies).
Note that if none are found, nothing is added - so declaring this augmentation is quite useless in this case.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ServiceProviderBuildItem> serviceProvider, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.FeatureBuildItem> feature, io.quarkus.deployment.builditem.CombinedIndexBuildItem indexBuildItem)
-
Constructor Details
-
SmallRyeReactiveTypeConvertersProcessor
public SmallRyeReactiveTypeConvertersProcessor()
-
-
Method Details
-
build
public void build(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ServiceProviderBuildItem> serviceProvider, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.FeatureBuildItem> feature, io.quarkus.deployment.builditem.CombinedIndexBuildItem indexBuildItem)
-