Class SmallRyeReactiveTypeConvertersProcessor

java.lang.Object
io.quarkus.smallrye.typeconverters.deployment.SmallRyeReactiveTypeConvertersProcessor

public class SmallRyeReactiveTypeConvertersProcessor extends Object
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)