public interface DeploymentConfiguration extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeploymentConfiguration.DeploymentConfigurationBuilder
Builder interface for
DeploymentConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentConfiguration.DeploymentConfigurationBuilder |
builder() |
boolean |
lazyInitializationEnabled() |
boolean |
xmlValidationsEnabled() |
boolean lazyInitializationEnabled()
true if the artifact context will be created a lazily, false otherwise.boolean xmlValidationsEnabled()
true if the artifact will be deployed with XSD validations, false otherwise.static DeploymentConfiguration.DeploymentConfigurationBuilder builder()
DeploymentConfigurationCopyright © 2017 MuleSoft, Inc.. All rights reserved.