@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.grok") public class GrokDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
| Constructor and Description |
|---|
GrokDataFormatConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowMultipleMatchesPerLine() |
Boolean |
getContentTypeHeader() |
Boolean |
getFlattened() |
Boolean |
getNamedOnly() |
String |
getPattern() |
void |
setAllowMultipleMatchesPerLine(Boolean allowMultipleMatchesPerLine) |
void |
setContentTypeHeader(Boolean contentTypeHeader) |
void |
setFlattened(Boolean flattened) |
void |
setNamedOnly(Boolean namedOnly) |
void |
setPattern(String pattern) |
public String getPattern()
public void setPattern(String pattern)
public Boolean getFlattened()
public void setFlattened(Boolean flattened)
public Boolean getAllowMultipleMatchesPerLine()
public void setAllowMultipleMatchesPerLine(Boolean allowMultipleMatchesPerLine)
public Boolean getNamedOnly()
public void setNamedOnly(Boolean namedOnly)
public Boolean getContentTypeHeader()
public void setContentTypeHeader(Boolean contentTypeHeader)
Apache Camel