@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.jolt") public class JoltComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
JoltComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getResolvePropertyPlaceholders() |
com.bazaarvoice.jolt.Transform |
getTransform() |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setTransform(com.bazaarvoice.jolt.Transform transform) |
public com.bazaarvoice.jolt.Transform getTransform()
public void setTransform(com.bazaarvoice.jolt.Transform transform)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel