@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.mustache") public class MustacheComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
MustacheComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.github.mustachejava.MustacheFactory |
getMustacheFactory() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setMustacheFactory(com.github.mustachejava.MustacheFactory mustacheFactory) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public com.github.mustachejava.MustacheFactory getMustacheFactory()
public void setMustacheFactory(com.github.mustachejava.MustacheFactory mustacheFactory)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel