public final class ExtensionDescriptionsEnricher extends Object implements org.mule.runtime.extension.api.loader.DeclarationEnricher
ExtensionDeclaration by using the SDK generated
extensions-descriptions.xml file which persists the descriptions for each element (Configurations, Providers,
Operations, Parameters, ...) in the extension.
This is necessary because such documentation is not available once the extension source code is compiled.
If the extensions-descriptions.xml does not exist, this enricher won't declare any descriptions.
| Constructor and Description |
|---|
ExtensionDescriptionsEnricher() |
| Modifier and Type | Method and Description |
|---|---|
void |
enrich(org.mule.runtime.extension.api.loader.ExtensionLoadingContext loadingContext) |
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.