@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 |
getFlattened() |
Boolean |
getNamedOnly() |
String |
getPattern() |
void |
setAllowMultipleMatchesPerLine(Boolean allowMultipleMatchesPerLine) |
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)
Apache Camel