| Package | Description |
|---|---|
| org.mule.runtime.ast.api | |
| org.mule.runtime.ast.api.util |
| Modifier and Type | Method and Description |
|---|---|
ComponentParameterAst |
ComponentAst.getParameter(String paramName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<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.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ComponentParameterAst> |
MuleAstUtils.parameterOfType(ComponentAst referent,
org.mule.runtime.api.meta.model.stereotype.StereotypeModel referenceStereotype)
Given a
ComponentAst, lookup for a parameter that references an object with a certain stereotype. |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.