@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.bindy-csv") public class BindyCsvDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
| Constructor and Description |
|---|
BindyCsvDataFormatConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowEmptyStream() |
String |
getClassType() |
Boolean |
getContentTypeHeader() |
String |
getLocale() |
String |
getType() |
Boolean |
getUnwrapSingleInstance() |
void |
setAllowEmptyStream(Boolean allowEmptyStream) |
void |
setClassType(String classType) |
void |
setContentTypeHeader(Boolean contentTypeHeader) |
void |
setLocale(String locale) |
void |
setType(String type) |
void |
setUnwrapSingleInstance(Boolean unwrapSingleInstance) |
public String getType()
public void setType(String type)
public String getClassType()
public void setClassType(String classType)
public String getLocale()
public void setLocale(String locale)
public Boolean getUnwrapSingleInstance()
public void setUnwrapSingleInstance(Boolean unwrapSingleInstance)
public Boolean getAllowEmptyStream()
public void setAllowEmptyStream(Boolean allowEmptyStream)
public Boolean getContentTypeHeader()
public void setContentTypeHeader(Boolean contentTypeHeader)
Apache Camel