类 ReflectionHelper.ArgumentsMatchInfo
java.lang.Object
cn.taketoday.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
- 封闭类:
- ReflectionHelper
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.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
kind
-
-
构造器详细资料
-
ArgumentsMatchInfo
ArgumentsMatchInfo(ReflectionHelper.ArgumentsMatchKind kind)
-
-
方法详细资料