Class RestSwaggerComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.rest-swagger")
    public class RestSwaggerComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Configure REST producers based on a Swagger (OpenAPI) specification document delegating to a component implementing the RestProducerFactory interface. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • RestSwaggerComponentConfiguration

        public RestSwaggerComponentConfiguration()
    • Method Detail

      • getBasePath

        public String getBasePath()
      • setBasePath

        public void setBasePath​(String basePath)
      • getComponentName

        public String getComponentName()
      • setComponentName

        public void setComponentName​(String componentName)
      • getConsumes

        public String getConsumes()
      • setConsumes

        public void setConsumes​(String consumes)
      • getHost

        public String getHost()
      • setHost

        public void setHost​(String host)
      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getProduces

        public String getProduces()
      • setProduces

        public void setProduces​(String produces)
      • getResolveReferences

        public Boolean getResolveReferences()
      • setResolveReferences

        public void setResolveReferences​(Boolean resolveReferences)
      • getSpecificationUri

        public URI getSpecificationUri()
      • setSpecificationUri

        public void setSpecificationUri​(URI specificationUri)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • getSslContextParameters

        public org.apache.camel.support.jsse.SSLContextParameters getSslContextParameters()
      • setSslContextParameters

        public void setSslContextParameters​(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
      • getUseGlobalSslContextParameters

        public Boolean getUseGlobalSslContextParameters()
      • setUseGlobalSslContextParameters

        public void setUseGlobalSslContextParameters​(Boolean useGlobalSslContextParameters)