类的使用
cn.taketoday.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
程序包
说明
SpEL's default implementations for various core abstractions.
-
cn.taketoday.expression.spel.support中ReflectionHelper.ArgumentsMatchInfo的使用
修饰符和类型方法说明(专用程序包) static ReflectionHelper.ArgumentsMatchInfoReflectionHelper.compareArguments(List<TypeDescriptor> expectedArgTypes, List<TypeDescriptor> suppliedArgTypes, TypeConverter typeConverter) Compare argument arrays and return information about whether they match.(专用程序包) static ReflectionHelper.ArgumentsMatchInfoReflectionHelper.compareArgumentsVarargs(List<TypeDescriptor> expectedArgTypes, List<TypeDescriptor> suppliedArgTypes, TypeConverter typeConverter) Compare argument arrays and return information about whether they match.