public static interface RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder extends ComponentBuilder<org.apache.camel.component.rest.swagger.RestSwaggerComponent>
| Modifier and Type | Method and Description |
|---|---|
default RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder |
basePath(String basePath)
API basePath, for example /v2.
|
default RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder |
componentName(String componentName)
Name of the Camel component that will perform the requests.
|
default RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder |
consumes(String consumes)
What payload type this component capable of consuming.
|
default RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder |
host(String host)
Scheme hostname and port to direct the HTTP requests to in the form
of https://hostname:port.
|
default RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder |
produces(String produces)
What payload type this component is producing.
|
default RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder |
specificationUri(URI specificationUri)
Path to the Swagger specification file.
|
default RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder |
sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
Customize TLS parameters used by the component.
|
default RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
build, build, doSetProperty, registerdefault RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder basePath(String basePath)
basePath - the value to setdefault RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder componentName(String componentName)
componentName - the value to setdefault RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder consumes(String consumes)
consumes - the value to setdefault RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder host(String host)
host - the value to setdefault RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder produces(String produces)
produces - the value to setdefault RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder specificationUri(URI specificationUri)
specificationUri - the value to setdefault RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
sslContextParameters - the value to setdefault RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
useGlobalSslContextParameters - the value to setApache Camel