| Modifier and Type | Method and Description |
|---|---|
ModelLoaderDelegate |
ModelLoaderDelegateFactory.getLoader(ExtensionElement extensionElement,
String version)
Returns a new
ModelLoaderDelegate instance based on the given ExtensionElement and version. |
protected ModelLoaderDelegate |
AbstractExtensionModelLoader.getModelLoaderDelegate(org.mule.runtime.extension.api.loader.ExtensionLoadingContext context,
String version) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExtensionModelLoaderDelegate
Describes an
ExtensionModel by analyzing the annotations in the class provided in the constructor |
| Modifier and Type | Method and Description |
|---|---|
protected ModelLoaderDelegate |
AbstractJavaExtensionModelLoader.getModelLoaderDelegate(org.mule.runtime.extension.api.loader.ExtensionLoadingContext context,
String version) |
| Constructor and Description |
|---|
AbstractJavaExtensionModelLoader(String id,
BiFunction<Class<?>,String,ModelLoaderDelegate> delegate)
Deprecated.
|
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.