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 singletonModifier 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)
ArgumentResolver
operationContext
resolve
in interface ArgumentResolver<Object>
operationContext
- an OperationContext
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.