| Package | Description |
|---|---|
| org.mule.runtime.module.extension.internal.introspection.enricher |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationModelEnricher
ModelEnricher implementation that walks through a ExtensionDeclaration and looks for annotated component
parameters (Sources and Operations), with Connection and adds a ConnectivityModelProperty or annotated with
UseConfig and adds a ConfigTypeModelProperty |
class |
ConnectionModelEnricher
|
class |
DataTypeModelEnricher
Enriches operations which were defined in methods annotated with
DataTypeParameters so that parameters
ExtensionProperties.MIME_TYPE_PARAMETER_NAME and ExtensionProperties.ENCODING_PARAMETER_NAME. |
class |
DisplayModelEnricher
Enriches the
ExtensionDeclarer with a DisplayModel from annotated elements with Summary or
DisplayName |
class |
DynamicMetadataModelEnricher
ModelEnricher implementation that walks through a ExtensionDeclaration and looks for components (Operations and
Message sources) annotated with MetadataScope or Query. |
class |
ExportModelEnricher
Test the declaring class to be annotated with
Export, in which case it adds an ExportModelProperty on the
extension level. |
class |
ImportedTypesModelEnricher
Test the extension type to be annotated with
Import, in which case it adds an ImportedTypeModel on the
extension level. |
class |
SubTypesModelEnricher
Test the extension type to be annotated with
SubTypeMapping, in which case it adds an
ImportedTypeModel on the extension level. |
class |
XmlModelEnricher
Verifies if the extension is annotated with
Xml and if so, enriches the ExtensionDeclarer with a
XmlDslModel. |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.