| Package | Description |
|---|---|
| org.mule.runtime.module.extension.internal.loader.enricher |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanParameterDeclarationEnricher
DeclarationEnricher implementation that walks through all the BooleanType parameters and sets them as optional. |
class |
ConnectionDeclarationEnricher
|
class |
DataTypeDeclarationEnricher
Enriches operations which were defined in methods annotated with
DataTypeParameters so that parameters
ExtensionProperties.MIME_TYPE_PARAMETER_NAME and ExtensionProperties.ENCODING_PARAMETER_NAME. |
class |
DisplayDeclarationEnricher
Enriches the
ExtensionDeclarer with a DisplayModel from annotated elements with Summary or
DisplayName |
class |
DynamicMetadataDeclarationEnricher
DeclarationEnricher implementation that walks through a ExtensionDeclaration and looks for components (Operations and
Message sources) annotated with MetadataScope or Query. |
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 delcaration with the types which are manually exported through
Export |
class |
JavaOAuthDeclarationEnricher
Enriches OAuth enabled
ConnectionProviderDeclarations with further
properties and behaviour which are specific to the Java runtime implementation of the
Extensions API |
class |
JavaXmlDeclarationEnricher
Verifies if the extension is annotated with
Xml and if so, enriches the ExtensionDeclarer with a
XmlDslModel. |
class |
ParameterLayoutOrderDeclarationEnricher
DeclarationEnricher which walks through all the ParameterDeclaration of the entire extension
and populates them with the correspondent order. |
class |
SubTypesDeclarationEnricher
Test the extension type to be annotated with
SubTypeMapping, in which case it adds an
ImportedTypeModel on the extension level. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.