| Package | Description |
|---|---|
| org.mule.runtime.extension.api.dsl.syntax.resolver | |
| org.mule.runtime.extension.internal.dsl.syntax |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultImportTypesStrategy
Default
ImportTypesStrategy implementation that fails if an extension could not be located in the current context. |
class |
SingleExtensionImportTypesStrategy
ImportTypesStrategy implementation that permits the DslSyntaxResolver to work without any imported type. |
| Modifier and Type | Method and Description |
|---|---|
static DslSyntaxResolver |
DslSyntaxResolver.getDefault(org.mule.runtime.api.meta.model.ExtensionModel model,
ImportTypesStrategy importTypesStrategy)
Creates an instance using the default implementation
|
| Constructor and Description |
|---|
XmlDslSyntaxResolver(org.mule.runtime.api.meta.model.ExtensionModel model,
ImportTypesStrategy importTypesStrategy)
Creates an instance using the default implementation
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.