Class FunctionCallRecorderWithValueCapturing


  • public class FunctionCallRecorderWithValueCapturing
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Map<java.lang.String,​java.lang.Boolean> shouldDetailThread  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void enterConstructor​(java.lang.reflect.Constructor<?> constructor, java.lang.Object[] allArguments)  
      static void enterFunction​(java.lang.reflect.Method method, java.lang.Object[] allArguments)  
      static void exit​(java.lang.Object returnValueFromMethod)  
      static java.lang.String getTypeAsString​(java.lang.Object[] allArguments, int i, java.lang.reflect.Parameter parameter)  
      static java.lang.String getValueAsString​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • shouldDetailThread

        public static final java.util.Map<java.lang.String,​java.lang.Boolean> shouldDetailThread
    • Constructor Detail

      • FunctionCallRecorderWithValueCapturing

        public FunctionCallRecorderWithValueCapturing()
    • Method Detail

      • enterConstructor

        public static void enterConstructor​(java.lang.reflect.Constructor<?> constructor,
                                            java.lang.Object[] allArguments)
      • enterFunction

        public static void enterFunction​(java.lang.reflect.Method method,
                                         java.lang.Object[] allArguments)
      • getTypeAsString

        public static java.lang.String getTypeAsString​(java.lang.Object[] allArguments,
                                                       int i,
                                                       java.lang.reflect.Parameter parameter)
      • getValueAsString

        public static java.lang.String getValueAsString​(java.lang.Object value)
      • exit

        public static void exit​(java.lang.Object returnValueFromMethod)