| Package | Description |
|---|---|
| org.mule.tooling.client.api.artifact.ast |
| Modifier and Type | Method and Description |
|---|---|
ComponentParameterAst |
ComponentAst.getParameter(String paramName) |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentParameterAst> |
ComponentAst.getAllParameters()
A parameter may have a value either because it is explicitly set in the DSL, or because the extension model defines a default
value for it.
|
Map<String,ComponentParameterAst> |
ComponentAst.getParameters()
A parameter may have a value either because it is explicitly set in the DSL, or because the extension model defines a default
value for it.
|
| Constructor and Description |
|---|
ComponentAst(String componentId,
ComponentType componentType,
ExtensionModel extension,
ComponentGenerationInformation generationInformation,
ComponentIdentifier identifier,
ComponentLocation location,
SourceCodeLocation metadata,
Object model,
org.mule.metadata.api.model.MetadataType type,
List<ComponentParameterAst> parameters,
List<ComponentAst> directChildren) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.