Class BraintreeProcessor
- java.lang.Object
-
- org.apache.camel.quarkus.component.braintree.deployment.BraintreeProcessor
-
class BraintreeProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description BraintreeProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) org.apache.camel.quarkus.core.deployment.spi.CamelBeanBuildItemconfigureBraintreeComponent(org.apache.camel.quarkus.component.braintree.graal.BraintreeRecorder recorder)(package private) io.quarkus.deployment.builditem.FeatureBuildItemfeature()(package private) voidnativeImageResources(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItem> nativeImage)(package private) voidregisterForReflection(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflectiveClass, io.quarkus.deployment.builditem.CombinedIndexBuildItem combinedIndex)
-
-
-
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)
-
-