public final class DefaultEncodingArgumentResolver extends Object implements ArgumentResolver<String>
ArgumentResolver which returns the value obtained through
ExecutionContext.getConfiguration()| Constructor and Description |
|---|
DefaultEncodingArgumentResolver() |
| Modifier and Type | Method and Description |
|---|---|
Supplier<String> |
resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
Resolves an argument's value from the given
executionContext |
public Supplier<String> resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
ArgumentResolverexecutionContextresolve in interface ArgumentResolver<String>executionContext - an ExecutionContextCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.