Class DataBindingMethodResolver
[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
IsCandidateForInvocation(MethodInfo, Type)
protected override bool IsCandidateForInvocation(MethodInfo method, Type targetClass)Parameters
- methodMethodInfo
- targetClassType
Returns
Resolve(IEvaluationContext, object, string, List<Type>)
public override IMethodExecutor Resolve(IEvaluationContext context, object targetObject, string name, List<Type> argumentTypes)Parameters
- contextIEvaluationContext
- targetObjectobject
- namestring
- argumentTypesList<Type>