| Modifier and Type | Method and Description |
|---|---|
List<ParameterGroupModel> |
ParameterizedModel.getParameterGroupModels() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IdempotentExtensionWalker.onParameter(ParameterGroupModel groupModel,
ParameterModel model)
Invoked when an
ParameterModel is found in the traversed extensionModel. |
protected void |
ExtensionWalker.onParameter(ParameterizedModel owner,
ParameterGroupModel groupModel,
ParameterModel model)
Invoked when an
ParameterModel is found in the traversed extensionModel |
protected void |
IdempotentExtensionWalker.onParameter(ParameterizedModel owner,
ParameterGroupModel groupModel,
ParameterModel model) |
protected void |
IdempotentExtensionWalker.onParameterGroup(ParameterGroupModel model)
Invoked when an
ParameterGroupModel is found in the traversed extensionModel. |
protected void |
ExtensionWalker.onParameterGroup(ParameterizedModel owner,
ParameterGroupModel model)
Invoked when an
ParameterGroupModel is found in the traversed extensionModel |
protected void |
IdempotentExtensionWalker.onParameterGroup(ParameterizedModel owner,
ParameterGroupModel model) |
| Modifier and Type | Method and Description |
|---|---|
Map<Pair<ParameterGroupModel,ParameterModel>,Object> |
ComponentParameterization.getParameters()
Returns all the parameters of the declared model that have values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentParameterization.ParameterAction.accept(ParameterGroupModel paramGroup,
ParameterModel param,
Object paramValue) |
Object |
ComponentParameterization.getParameter(ParameterGroupModel paramGroup,
ParameterModel param)
Obtains the value of a parameter of the declared component.
|
ComponentParameterization.Builder<M> |
ComponentParameterization.Builder.withParameter(ParameterGroupModel paramGroup,
ParameterModel paramModel,
Object paramValue)
Sets a parameter with the given ParameterGroupModel and ParameterModel
|
| Modifier and Type | Method and Description |
|---|---|
ComponentParameterization.Builder<M> |
ComponentParameterizationBuilder.withParameter(ParameterGroupModel paramGroup,
ParameterModel paramModel,
Object paramValue) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.