| Interface | Description |
|---|---|
| ParameterDeclarerContributor |
Contract for parameter declarer contributors, this contributors are injected in the declaration of
ParameterModels to be able to enrich the models in declaring time. |
| Class | Description |
|---|---|
| FunctionParameterTypeContributor |
ParameterDeclarerContributor implementation which given a ExtensionParameter of
Function type changes the declared type of the ParameterDeclarer from a
Function to the type of the generic. |
| InfrastructureFieldContributor |
ParameterDeclarerContributor implementation which given a ExtensionParameter which their type
is one of the considered as an Infrastructure Type (InfrastructureTypeMapping) changes the
ExpressionSupport to ExpressionSupport.NOT_SUPPORTED and adds InfrastructureParameterModelProperty |
| ParameterResolverParameterTypeContributor |
ParameterDeclarerContributor implementation which given a ExtensionParameter of
ParameterResolver type changes the declared type of the ParameterDeclarer from a
ParameterResolver to the type of the generic. |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.