Class ReflectionUtils


  • public final class ReflectionUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getMethodNameForStackTraceCutoff​(java.lang.Class<?> clazz, java.lang.String methodName, java.lang.Class<?>... parameterTypes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMethodNameForStackTraceCutoff

        public static java.lang.String getMethodNameForStackTraceCutoff​(java.lang.Class<?> clazz,
                                                                        java.lang.String methodName,
                                                                        java.lang.Class<?>... parameterTypes)
                                                                 throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException