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