public interface DslSyntaxResolverFactory extends Disposable
DslSyntaxResolver using set of plugins that compose the DslResolvingContext
in which this factory was created.| Modifier and Type | Method and Description |
|---|---|
DslSyntaxResolver |
createDslResolver(ExtensionModel extensionModel)
Creates a new
DslSyntaxResolver for the given ExtensionModel using the DslResolvingContext associated
to this factory instance. |
disposeDslSyntaxResolver createDslResolver(ExtensionModel extensionModel)
DslSyntaxResolver for the given ExtensionModel using the DslResolvingContext associated
to this factory instance.extensionModel - the ExtensionModel whose components DSL will be resolved.
This model provides, for example, the default namespace of all the components.DslSyntaxResolver for the given ExtensionModelCopyright © 2020 MuleSoft, Inc.. All rights reserved.