| Package | Description |
|---|---|
| org.mule.module.extension.internal.runtime.resolver |
| Modifier and Type | Class and Description |
|---|---|
class |
ByParameterNameArgumentResolver<T>
An implementation of
ArgumentResolver which resolves
to a parameter value of name ByParameterNameArgumentResolver.parameterName |
class |
ConfigurationInstanceArgumentResolver
An implementation of
ArgumentResolver which
returns the value obtained through OperationContext.getConfigurationInstance()
Because this ArgumentResolver is stateless and thread-safe,
it is exposed as a singleton |
class |
EventArgumentResolver
An implementation of
ArgumentResolver which
returns the MuleEvent associated with a given
OperationContext. |
class |
MessageArgumentResolver
An implementation of
ArgumentResolver which
returns the MuleMessage associated with a given
OperationContext. |
class |
ParameterGroupArgumentResolver<T>
Resolves arguments annotated with
ParameterGroup in a ReflectiveMethodOperationExecutor. |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.