public interface ParameterDeclarerContributor
ParameterModels to
be able to enrich the models in declaring time.| Modifier and Type | Method and Description |
|---|---|
void |
contribute(ExtensionParameter parameter,
org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer declarer,
ParameterDeclarationContext declarationContext)
Given an
ExtensionParameter describing the parameter it self and a ParameterDeclarationContext gives the
chance to contribute to the ParameterDeclarer |
void contribute(ExtensionParameter parameter, org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer declarer, ParameterDeclarationContext declarationContext)
ExtensionParameter describing the parameter it self and a ParameterDeclarationContext gives the
chance to contribute to the ParameterDeclarerparameter - ExtensionParameter with introspected information of the Java parameterdeclarer - declarer to be enricheddeclarationContext - context of the parameter to be declaredCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.