Table of Contents

Class DataBindingMethodResolver

Namespace
Steeltoe.Common.Expression.Internal.Spring.Support
Assembly
Steeltoe.Common.Expression.dll
public class DataBindingMethodResolver : ReflectiveMethodResolver, IMethodResolver
Inheritance
DataBindingMethodResolver
Implements
Inherited Members

Methods

ForInstanceMethodInvocation()

public static DataBindingMethodResolver ForInstanceMethodInvocation()

Returns

DataBindingMethodResolver

IsCandidateForInvocation(MethodInfo, Type)

protected override bool IsCandidateForInvocation(MethodInfo method, Type targetClass)

Parameters

method MethodInfo
targetClass Type

Returns

bool

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

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

Parameters

context IEvaluationContext
targetObject object
name string
argumentTypes List<Type>

Returns

IMethodExecutor