Class ReflectionUtil
java.lang.Object
ch.obermuhlner.scriptengine.java.util.ReflectionUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanmatchesArguments(Class<?>[] argumentTypes, Object[] arguments) static booleanmatchesArguments(Constructor<?> constructor, Object[] arguments) static booleanmatchesArguments(Method method, Object[] arguments) static booleanmatchesType(Class<?> parameterType, Class<?> argumentType)
-
Method Details
-
matchesArguments
-
matchesArguments
-
matchesArguments
-
matchesType
-