T - the type of the argument to be resolvedpublic class ByParameterNameArgumentResolver<T> extends Object implements ArgumentResolver<T>
ArgumentResolver which resolves to a parameter value of name parameterName| Constructor and Description |
|---|
ByParameterNameArgumentResolver(String parameterName) |
| Modifier and Type | Method and Description |
|---|---|
T |
resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
Resolves an argument's value from the given
executionContext |
String |
toString() |
public ByParameterNameArgumentResolver(String parameterName)
public T resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
executionContextresolve in interface ArgumentResolver<T>executionContext - an ExecutionContextExecutionContext.getParameter(String) with parameterNameCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.