public final class ParameterGroupArgumentResolver<T> extends Object implements ArgumentResolver<T>
| Constructor and Description |
|---|
ParameterGroupArgumentResolver(ParameterGroupDescriptor group,
ReflectionCache reflectionCache,
ExpressionManager expressionManager) |
| 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 |
public ParameterGroupArgumentResolver(ParameterGroupDescriptor group, ReflectionCache reflectionCache, ExpressionManager expressionManager)
public T resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
executionContextresolve in interface ArgumentResolver<T>executionContext - an ExecutionContextCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.