@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.jt400") public class Jt400ComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
Jt400ComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.ibm.as400.access.AS400ConnectionPool |
getConnectionPool() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setConnectionPool(com.ibm.as400.access.AS400ConnectionPool connectionPool) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public com.ibm.as400.access.AS400ConnectionPool getConnectionPool()
public void setConnectionPool(com.ibm.as400.access.AS400ConnectionPool connectionPool)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel