Table of Contents

Class DataBindingMethodResolver

Namespace
Steeltoe.Common.Expression.Internal.Spring.Support
Assembly
Steeltoe.Common.Expression.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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