Class BraintreeProcessor


  • class BraintreeProcessor
    extends Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem configureBraintreeComponent​(org.apache.camel.quarkus.component.braintree.graal.BraintreeRecorder recorder)  
      (package private) io.quarkus.deployment.builditem.FeatureBuildItem feature()  
      (package private) void nativeImageResources​(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItem> nativeImage)  
      (package private) void registerForReflection​(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass, io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex)  
    • Constructor Detail

      • BraintreeProcessor

        BraintreeProcessor()
    • Method Detail

      • feature

        io.quarkus.deployment.builditem.FeatureBuildItem feature()
      • registerForReflection

        void registerForReflection​(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass,
                                   io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex)
      • nativeImageResources

        void nativeImageResources​(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItem> nativeImage)
      • configureBraintreeComponent

        org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItem configureBraintreeComponent​(org.apache.camel.quarkus.component.braintree.graal.BraintreeRecorder recorder)