Table of Contents

Class CollectionArgumentResolver

Namespace
Steeltoe.Integration.Handler.Support
Assembly
Steeltoe.Integration.IntegrationBase.dll
public class CollectionArgumentResolver : AbstractExpressionEvaluator, IHandlerMethodArgumentResolver
Inheritance
CollectionArgumentResolver
Implements
Inherited Members

Constructors

CollectionArgumentResolver(IApplicationContext, bool)

public CollectionArgumentResolver(IApplicationContext context, bool canProcessMessageList)

Parameters

context IApplicationContext
canProcessMessageList bool

Methods

ResolveArgument(ParameterInfo, IMessage)

Resolves a method parameter into an argument value from a given message.

public object ResolveArgument(ParameterInfo parameter, IMessage message)

Parameters

parameter ParameterInfo

the parameter info to consideer

message IMessage

the message

Returns

object

the resolved argument value

SupportsParameter(ParameterInfo)

Determine whether the given method parameter is supported by this resolver.

public bool SupportsParameter(ParameterInfo parameter)

Parameters

parameter ParameterInfo

the parameter info to consideer

Returns

bool

true if it is supported