类 ReflectionUtil
java.lang.Object
com.obermuhlner.scriptengine.java.util.ReflectionUtil
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static booleanmatchesArguments(Class<?>[] argumentTypes, Object[] arguments) static booleanmatchesArguments(Constructor<?> constructor, Object[] arguments) static booleanmatchesArguments(Method method, Object[] arguments) static booleanmatchesType(Class<?> parameterType, Class<?> argumentType)
-
构造器详细资料
-
ReflectionUtil
private ReflectionUtil()
-
-
方法详细资料
-
matchesArguments
-
matchesArguments
-
matchesArguments
-
matchesType
-