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.extension.runtime.OperationContext operationContext)
Resolves an argument's value from the given
operationContext |
public ByParameterNameArgumentResolver(String parameterName)
public T resolve(org.mule.extension.runtime.OperationContext operationContext)
operationContextresolve in interface ArgumentResolver<T>operationContext - an OperationContextOperationContext.getParameterValue(String) with parameterNameCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.