public static class

ReflectionHelper.ArgumentsMatchInfo

extends Object
java.lang.Object
   ↳ org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo

Class Overview

An instance of ArgumentsMatchInfo describes what kind of match was achieved between two sets of arguments - the set that a method/constructor is expecting and the set that are being supplied at the point of invocation. If the kind indicates that conversion is required for some of the arguments then the arguments that require conversion are listed in the argsRequiringConversion array.

Summary

Fields
public int[] argsRequiringConversion
public final ReflectionHelper.ArgsMatchKind kind
Public Methods
boolean isCloseMatch()
boolean isExactMatch()
boolean isMatchRequiringConversion()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int[] argsRequiringConversion

Public Methods

public boolean isCloseMatch ()

public boolean isExactMatch ()

public boolean isMatchRequiringConversion ()

public String toString ()