Class GeoCoderComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.geocoder.springboot.GeoCoderComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.geocoder") public class GeoCoderComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Find geocodes (latitude and longitude) for a given address or the other way round. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description GeoCoderComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()com.google.maps.GeoApiContextgetGeoApiContext()BooleangetLazyStartProducer()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetGeoApiContext(com.google.maps.GeoApiContext geoApiContext)voidsetLazyStartProducer(Boolean lazyStartProducer)
-
-
-
Method Detail
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
getGeoApiContext
public com.google.maps.GeoApiContext getGeoApiContext()
-
setGeoApiContext
public void setGeoApiContext(com.google.maps.GeoApiContext geoApiContext)
-
-