Class SingleExtensionImportTypesStrategy

java.lang.Object
org.mule.runtime.extension.api.dsl.syntax.resolver.SingleExtensionImportTypesStrategy
All Implemented Interfaces:
ImportTypesStrategy

public class SingleExtensionImportTypesStrategy extends Object implements 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 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:
      getImportedTypes in interface ImportTypesStrategy
      Returns:
      Map with imported types mapping