| Package | Description |
|---|---|
| org.mule.tooling.client.api.artifact.ast | |
| org.mule.tooling.client.api.extension.model | |
| org.mule.tooling.client.api.extension.model.parameter |
| Modifier and Type | Method and Description |
|---|---|
ParameterModel |
ComponentParameterAst.getModel() |
| Constructor and Description |
|---|
ComponentParameterAst(ParameterModel paramModel,
Optional<String> expressionValue,
Optional<Object> fixedValue,
String rawValue,
String resolvedRawValue,
SourceCodeLocation metadata,
ComponentGenerationInformation generationInformation,
boolean defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
default List<ParameterModel> |
ParameterizedModel.getAllParameterModels()
Returns all the
parameters on all groups. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ParameterModel> |
ParameterGroupModel.getParameterModel(String name) |
List<ParameterModel> |
ParameterGroupModel.getParameterModels() |
| Constructor and Description |
|---|
ParameterGroupModel(String name,
String description,
DisplayModel displayModel,
LayoutModel layoutModel,
List<ParameterModel> parameterModels,
List<ExclusiveParametersModel> exclusiveParametersModels,
boolean showInDsl) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.