T - the generic type of the value represented by the literalpublic class LiteralArgumentResolver<T> extends Object implements ArgumentResolver<org.mule.runtime.extension.api.runtime.parameter.Literal<T>>
ArgumentResolver for parameters which are of Literal type| Constructor and Description |
|---|
LiteralArgumentResolver(String parameterName,
Class<T> expectedType) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.parameter.Literal<T> |
resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
Resolves an argument's value from the given
executionContext |
public org.mule.runtime.extension.api.runtime.parameter.Literal<T> resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
executionContextresolve in interface ArgumentResolver<org.mule.runtime.extension.api.runtime.parameter.Literal<T>>executionContext - an ExecutionContextCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.