public interface DslResolvingContext
DslSyntaxResolver to discover the
ExtensionModels required to generate the DslElementSyntax
of a given component.| Modifier and Type | Method and Description |
|---|---|
Optional<ExtensionModel> |
getExtension(String name)
|
Optional<ExtensionModel> getExtension(String name)
name - the name of the extensions you want.Optional. It will be empty if the ExtensionModel is not
found in the context.Copyright © 2016 MuleSoft, Inc.. All rights reserved.