public final class ExtensionModelFactory extends Object
ExtensionDeclarer and transform it into an actual
ExtensionModel.
This factory is also responsible of applying the DeclarationEnricher which are default
to the runtime plus the ones specified through ExtensionLoadingContext.addCustomValidators(Collection)
This class is not part of the API and should not be used by anyone (or anything) but the runtime. Backwards compatibility not guaranteed on this class.
| Constructor and Description |
|---|
ExtensionModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.meta.model.ExtensionModel |
create(ExtensionLoadingContext extensionLoadingContext)
Transforms the given
extensionLoadingContext into a valid ExtensionModel
using a specifying describingContext |
public org.mule.runtime.api.meta.model.ExtensionModel create(ExtensionLoadingContext extensionLoadingContext)
extensionLoadingContext into a valid ExtensionModel
using a specifying describingContextextensionLoadingContext - a ExtensionLoadingContext, useful to specify custom settingsExtensionModelCopyright © 2017 MuleSoft, Inc.. All rights reserved.