public interface ComponentParameterAst
| Modifier and Type | Method and Description |
|---|---|
Optional<ComponentMetadataAst> |
getMetadata() |
org.mule.runtime.api.meta.model.parameter.ParameterModel |
getModel() |
String |
getRawValue() |
<T> org.mule.runtime.api.functional.Either<String,T> |
getValue()
Returns either the expression for this parameter or a fixed value, depending on what is set in the DSL.
|
org.mule.runtime.api.meta.model.parameter.ParameterModel getModel()
<T> org.mule.runtime.api.functional.Either<String,T> getValue()
When using the right part returned by this method for a parameter that is a complex object defined inline, the
definition of the object will be returned (a ComponentAst), not the object itself.
String getRawValue()
Optional<ComponentMetadataAst> getMetadata()
Optional.empty() otherwise.Copyright © 2021 MuleSoft, Inc.. All rights reserved.