public interface ProcessorParameterValue
| Modifier and Type | Method and Description |
|---|---|
String |
parameterName() |
String |
providedValue()
Allows to query the unresolved value originally configured in the application.
|
Object |
resolveValue()
Performs any required expression resolution on
providedValue(). |
String parameterName()
String providedValue()
String, as it is configured in the application configuration, or null for implicit
operation parameters.Object resolveValue()
providedValue().providedValue() was an expression, its resolved value. Otherwise, the same as providedValue().MuleRuntimeException - if an error occurs while resolving the value.Copyright © 2017 MuleSoft, Inc.. All rights reserved.