| Class | Description |
|---|---|
| AbstractAnnotatedModelEnricher |
Base class for implementations of
ModelEnricher which provides utility methods for enriching declarations constructed from an annotated model |
| ClassLoaderModelEnricher |
If the
EXTENSION_CLASSLOADER parameter is set on the DescribingContext, then a
ClassLoaderModelProperty is added at the ExtensionModel level, pointing to such property's value. |
| ConfigNameModelEnricher |
A
ModelEnricher which looks for configurations with fields annotated with ConfigName. |
| 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 |
| ConnectionErrorsModelEnricher |
ModelEnricher implementation which enriches operationModels adding connectivity
related MuleErrors if the operations are considered as a connected ones. |
| ConnectionModelEnricher | |
| ContentParameterModelEnricher |
Sets defaults and other configurations on content parameters so that they
provider a consistent experience.
|
| DataTypeModelEnricher |
Enriches operations which were defined in methods annotated with
DataTypeParameters so that parameters
MIME_TYPE_PARAMETER_NAME and ENCODING_PARAMETER_NAME. |
| DisplayModelEnricher |
Enriches the
ExtensionDeclarer with a DisplayModel from annotated elements with Summary or
DisplayName |
| DynamicMetadataModelEnricher |
ModelEnricher implementation that walks through a ExtensionDeclaration and looks for components (Operations and
Message sources) annotated with MetadataScope or Query. |
| ErrorsModelEnricher |
ModelEnricher implementation which enriches the ExtensionModel and their OperationModel
from the used ErrorTypes and Throws in an Annotation based extension. |
| ExportModelEnricher |
Test the declaring class to be annotated with
Export, in which case it adds an ExportModelProperty on the
extension level. |
| ExtensionTypesModelEnricher |
Navigates all the components of the extension and automatically declares all complex types.
|
| ImportedTypesModelEnricher |
Test the extension type to be annotated with
Import, in which case it adds an ImportedTypeModel on the
extension level. |
| SourceCallbackSanitizerModelEnricher |
Verifies that if a source was developed using JAVA and it contains methods
annotated with
OnSuccess and OnError which declare the same parameter,
such parameter is not reflected as a ParameterModel twice. |
| SubTypesModelEnricher |
Test the extension type to be annotated with
SubTypeMapping, in which case it adds an
ImportedTypeModel on the extension level. |
| 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.