Class CollectionArgumentResolver
Inheritance
System.Object
CollectionArgumentResolver
Implements
IHandlerMethodArgumentResolver
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class CollectionArgumentResolver : AbstractExpressionEvaluator
Constructors
|
Edit this page
View Source
CollectionArgumentResolver(IApplicationContext, Boolean)
Declaration
public CollectionArgumentResolver(IApplicationContext context, bool canProcessMessageList)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
System.Boolean |
canProcessMessageList |
|
Methods
|
Edit this page
View Source
ResolveArgument(ParameterInfo, IMessage)
Declaration
public object ResolveArgument(ParameterInfo parameter, IMessage message)
Parameters
Type |
Name |
Description |
ParameterInfo |
parameter |
|
IMessage |
message |
|
Returns
Type |
Description |
System.Object |
|
|
Edit this page
View Source
SupportsParameter(ParameterInfo)
Declaration
public bool SupportsParameter(ParameterInfo parameter)
Parameters
Type |
Name |
Description |
ParameterInfo |
parameter |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
IHandlerMethodArgumentResolver