| Package | Description |
|---|---|
| org.mule.runtime.module.extension.internal.loader.enricher |
| Modifier and Type | Class and Description |
|---|---|
class |
BackPressureDeclarationEnricher
Adds a parameter for back pressure on message sources that apply
|
class |
BooleanParameterDeclarationEnricher
DeclarationEnricher implementation that walks through all the BooleanType parameters and sets them as optional. |
class |
ClusterSupportEnricher
Adds a #
ExtensionConstants.PRIMARY_NODE_ONLY_PARAMETER_NAME parameter on all sources for which
SourceModel.runsOnPrimaryNodeOnly() is false |
class |
ConnectionDeclarationEnricher
|
class |
DisplayDeclarationEnricher
Enriches the
ExtensionDeclarer with a DisplayModel from annotated elements with Summary or
DisplayName |
class |
ImportedTypesDeclarationEnricher
Test the extension type to be annotated with
Import, in which case it adds an ImportedTypeModel on the
extension level. |
class |
JavaConfigurationDeclarationEnricher
DeclarationEnricher implementation that walks through a ExtensionDeclaration and looks for annotated component
parameters (Sources and Operations), with Connection and adds a ConnectivityModelProperty or annotated with
Config and adds a ConfigTypeModelProperty |
class |
JavaExportedTypesDeclarationEnricher
Enriches the declaration with the types which are manually exported through
Export |
class |
JavaPrivilegedExportedTypesDeclarationEnricher
Enriches the declaration with the types which are manually exported through
PrivilegedExport |
class |
JavaXmlDeclarationEnricher
Verifies if the extension is annotated with
Xml and if so, enriches the ExtensionDeclarer with a
XmlDslModel. |
class |
ParameterAllowedStereotypesDeclarionEnricher
Enriches the
ParameterDeclarations of an extension model with a List of StereotypeModel if they
are marked as a reference to at least some element. |
class |
ParameterLayoutOrderDeclarationEnricher
DeclarationEnricher which walks through all the ParameterDeclaration of the entire extension
and populates them with the correspondent order. |
class |
PollingSourceDeclarationEnricher
DeclarationEnricher for polling sources |
class |
SubTypesDeclarationEnricher
Test the extension type to be annotated with
SubTypeMapping, in which case it adds an
ImportedTypeModel on the extension level. |
class |
ValueProvidersParameterDeclarationEnricher
DeclarationEnricher implementation that walks through a ExtensionDeclaration and looks for Source,
Operation, Configuration and Connection Provider Parameters and ParameterGroups annotated with OfValues. |
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.