Class SingleExtensionImportTypesStrategy
java.lang.Object
org.mule.runtime.extension.api.dsl.syntax.resolver.SingleExtensionImportTypesStrategy
- All Implemented Interfaces:
ImportTypesStrategy
ImportTypesStrategy implementation that permits the DslSyntaxResolver to work without any imported type. Useful
for situations in which the imported types are not relevant to the context in which the DslSyntaxResolver is being
used.- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<org.mule.metadata.api.model.MetadataType,org.mule.runtime.api.meta.model.XmlDslModel>
-
Constructor Details
-
SingleExtensionImportTypesStrategy
public SingleExtensionImportTypesStrategy()
-
-
Method Details
-
getImportedTypes
public Map<org.mule.metadata.api.model.MetadataType,org.mule.runtime.api.meta.model.XmlDslModel> getImportedTypes()- Specified by:
getImportedTypesin interfaceImportTypesStrategy- Returns:
Mapwith imported types mapping
-