| Package | Description |
|---|---|
| org.mule.runtime.ast.api | |
| org.mule.runtime.ast.api.util | |
| org.mule.runtime.ast.internal |
| Modifier and Type | Method and Description |
|---|---|
<T> org.mule.runtime.api.functional.Either<String,org.mule.runtime.api.functional.Either<ParameterResolutionException,T>> |
ComponentParameterAst.getValueOrResolutionError()
Returns either the expression for this parameter, a
ParameterResolutionException occurred while converting the value
to its expected type, a fixed value, depending on what is set in the DSL. |
| Modifier and Type | Method and Description |
|---|---|
<T> org.mule.runtime.api.functional.Either<String,org.mule.runtime.api.functional.Either<ParameterResolutionException,T>> |
BaseComponentParameterAstDecorator.getValueOrResolutionError() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.mule.runtime.api.functional.Either<String,org.mule.runtime.api.functional.Either<ParameterResolutionException,T>> |
DefaultComponentParameterAst.getValueOrResolutionError() |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.