@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.geocoder") public class GeoCoderComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
GeoCoderComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
com.google.maps.GeoApiContext |
getGeoApiContext() |
Boolean |
getLazyStartProducer() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setGeoApiContext(com.google.maps.GeoApiContext geoApiContext) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public com.google.maps.GeoApiContext getGeoApiContext()
public void setGeoApiContext(com.google.maps.GeoApiContext geoApiContext)
Apache Camel