Class ReflectionUtil
java.lang.Object
com.atlassian.confluence.internal.util.reflection.ReflectionUtil
Reflection-related utility methods.
- Since:
- 6.7.0
-
Method Summary
Modifier and TypeMethodDescriptionfindMethod
(Class<?> owningClass, String name) Looks for the named method of the given class.
-
Method Details
-
findMethod
Looks for the named method of the given class.- Parameters:
owningClass
- the class in which to find the methodname
- the name of the method to find- Returns:
- empty if there is no such method
- See Also:
-
ReflectionUtils.findMethod(Class, String)
-