Table of Contents

Interface IMethodResolver

Namespace
Steeltoe.Common.Expression.Internal
Assembly
Steeltoe.Common.Abstractions.dll
public interface IMethodResolver

Methods

Resolve(IEvaluationContext, object, string, List<Type>)

IMethodExecutor Resolve(IEvaluationContext context, object targetObject, string name, List<Type> argumentTypes)

Parameters

context IEvaluationContext
targetObject object
name string
argumentTypes List<Type>

Returns

IMethodExecutor