| Package | Description |
|---|---|
| org.mule.runtime.module.extension.internal.loader.java | |
| org.mule.runtime.module.extension.internal.loader.java.contributor |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer> |
ParameterModelsLoaderDelegate.declare(org.mule.runtime.api.meta.model.declaration.fluent.HasParametersDeclarer component,
List<? extends ExtensionParameter> parameters,
ParameterDeclarationContext declarationContext) |
List<org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer> |
ParameterModelsLoaderDelegate.declare(org.mule.runtime.api.meta.model.declaration.fluent.HasParametersDeclarer component,
List<? extends ExtensionParameter> parameters,
ParameterDeclarationContext declarationContext,
org.mule.runtime.api.meta.model.declaration.fluent.ParameterGroupDeclarer parameterGroupDeclarer) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfrastructureFieldContributor.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 |
StackableTypesParameterContributor.contribute(ExtensionParameter parameter,
org.mule.runtime.api.meta.model.declaration.fluent.ParameterDeclarer declarer,
ParameterDeclarationContext declarationContext)
Contributes to a
ParameterDeclarer if the type of the given parameter is one of the registered as
wrapper types |
void |
ParameterDeclarerContributor.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 |
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.