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