public final class ConfigurationInstanceArgumentResolver extends Object implements ArgumentResolver<Object>
ArgumentResolver which
returns the value obtained through OperationContext.getConfigurationInstance()
Because this ArgumentResolver is stateless and thread-safe,
it is exposed as a singleton| Modifier and Type | Method and Description |
|---|---|
static ConfigurationInstanceArgumentResolver |
getInstance() |
Object |
resolve(org.mule.extension.runtime.OperationContext operationContext)
Resolves an argument's value from the given
operationContext |
public static ConfigurationInstanceArgumentResolver getInstance()
public Object resolve(org.mule.extension.runtime.OperationContext operationContext)
ArgumentResolveroperationContextresolve in interface ArgumentResolver<Object>operationContext - an OperationContextCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.