Class CallerContext


  • class CallerContext
    extends java.lang.Object
    Various methods for obtaining caller info.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  CallerContext.Hack  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CallerContext()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.Class<?> getCallingClass()  
      • Methods inherited from class java.lang.Object

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

      • CallerContext

        private CallerContext()
    • Method Detail

      • getCallingClass

        static java.lang.Class<?> getCallingClass()