public interface ExtensionModelResolver
Implementations define the way that ExtensionModels must be resolved when deserializing.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.mule.runtime.api.meta.model.ExtensionModel
    Given an ExtensionModel name, this method returns an instance
  • Method Details

    • resolve

      org.mule.runtime.api.meta.model.ExtensionModel resolve(String name) throws IllegalArgumentException
      Given an ExtensionModel name, this method returns an instance
      Parameters:
      name - the name identifying an ExtensionModel
      Returns:
      the ExtensionModel
      Throws:
      IllegalArgumentException - if an ExtensionModel with the provided name cannot be resolved