Class RestProcessor
- java.lang.Object
-
- org.apache.camel.quarkus.component.rest.deployment.RestProcessor
-
class RestProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description RestProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) org.apache.camel.quarkus.core.deployment.spi.CamelContextCustomizerBuildItemcustomizeCamelContext(org.apache.camel.quarkus.component.rest.RestRecorder recorder)(package private) io.quarkus.deployment.builditem.FeatureBuildItemfeature()(package private) org.apache.camel.quarkus.core.deployment.spi.CamelServicePatternBuildItemrestFactories()
-
-
-
Method Detail
-
feature
io.quarkus.deployment.builditem.FeatureBuildItem feature()
-
restFactories
org.apache.camel.quarkus.core.deployment.spi.CamelServicePatternBuildItem restFactories()
-
customizeCamelContext
org.apache.camel.quarkus.core.deployment.spi.CamelContextCustomizerBuildItem customizeCamelContext(org.apache.camel.quarkus.component.rest.RestRecorder recorder)
-
-