@ConfigurationProperties(prefix="camel.language.jsonpath") public class JsonPathLanguageConfiguration extends Object
| Constructor and Description |
|---|
JsonPathLanguageConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowSimple() |
Boolean |
getSuppressExceptions() |
Boolean |
getTrim() |
void |
setAllowSimple(Boolean allowSimple) |
void |
setSuppressExceptions(Boolean suppressExceptions) |
void |
setTrim(Boolean trim) |
public Boolean getSuppressExceptions()
public void setSuppressExceptions(Boolean suppressExceptions)
public Boolean getAllowSimple()
public void setAllowSimple(Boolean allowSimple)
public Boolean getTrim()
public void setTrim(Boolean trim)
Apache Camel