Class RestApiComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.rest.springboot.RestApiComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.rest-api") public class RestApiComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Expose OpenAPI Specification of the REST services defined using Camel REST DSL. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description RestApiComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAutowiredEnabled()
Boolean
getBridgeErrorHandler()
void
setAutowiredEnabled(Boolean autowiredEnabled)
void
setBridgeErrorHandler(Boolean bridgeErrorHandler)
-