public interface ExtensionModelResolver
ExtensionModels must be resolved when deserializing.| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.meta.model.ExtensionModel |
resolve(String name)
Given an
ExtensionModel name, this method returns an instance |
org.mule.runtime.api.meta.model.ExtensionModel resolve(String name) throws IllegalArgumentException
ExtensionModel name, this method returns an instancename - the name identifying an ExtensionModelExtensionModelIllegalArgumentException - if an ExtensionModel with the provided name cannot be resolvedCopyright © 2021 MuleSoft, Inc.. All rights reserved.