Uses of Class
org.omnaest.utils.proxy.MethodCallCapturer.MethodCallCaptureContext

Packages that use MethodCallCapturer.MethodCallCaptureContext
org.omnaest.utils.proxy   
 

Uses of MethodCallCapturer.MethodCallCaptureContext in org.omnaest.utils.proxy
 

Fields in org.omnaest.utils.proxy declared as MethodCallCapturer.MethodCallCaptureContext
protected  MethodCallCapturer.MethodCallCaptureContext MethodCallCapturer.CapturedTypeInstanceCreationConfiguration.previousMethodCallCaptureContext
           
protected  MethodCallCapturer.MethodCallCaptureContext MethodCallCapturer.MethodCallCaptureContext.previousMethodCallCaptureContext
           
 

Fields in org.omnaest.utils.proxy with type parameters of type MethodCallCapturer.MethodCallCaptureContext
protected  Map<Object,List<MethodCallCapturer.MethodCallCaptureContext>> MethodCallCapturer.stubToMethodCallCaptureContextListMap
           
 

Methods in org.omnaest.utils.proxy that return MethodCallCapturer.MethodCallCaptureContext
 MethodCallCapturer.MethodCallCaptureContext MethodCallCapturer.getLastMethodCallContext()
          Returns the last MethodCallCapturer.MethodCallCaptureContext which has been reported to this MethodCallCapturer.
protected  MethodCallCapturer.MethodCallCaptureContext MethodCallCapturer.CapturedTypeInstanceCreationConfiguration.getPreviousMethodCallCaptureContext()
           
 MethodCallCapturer.MethodCallCaptureContext MethodCallCapturer.MethodCallCaptureContext.getPreviousMethodCallCaptureContext()
           
 

Methods in org.omnaest.utils.proxy that return types with arguments of type MethodCallCapturer.MethodCallCaptureContext
 List<MethodCallCapturer.MethodCallCaptureContext> MethodCallCapturer.getMethodCallCaptureContextList()
          Returns a new list instance of all MethodCallCapturer.MethodCallCaptureContext instances.
 List<MethodCallCapturer.MethodCallCaptureContext> MethodCallCapturer.getMethodCallCaptureContextList(Object stub)
          Returns a new list instance of all MethodCallCapturer.MethodCallCaptureContext instances for a given stub instance.
 List<MethodCallCapturer.MethodCallCaptureContext> MethodCallCapturer.getMethodCallCaptureContextWithMergedHierarchyList()
          Returns a new list instance of all MethodCallCapturer.MethodCallCaptureContext instances for the last active stub instance.
 List<MethodCallCapturer.MethodCallCaptureContext> MethodCallCapturer.getMethodCallCaptureContextWithMergedHierarchyList(Object stub)
          Returns a new list instance of all MethodCallCapturer.MethodCallCaptureContext instances for a given stub instance.
protected  List<MethodCallCapturer.MethodCallCaptureContext> MethodCallCapturer.getOrCreateMethodCallCaptureContextListForStub(Object stub)
          Gets an available list for the given proxy object or creates a new one.
 

Methods in org.omnaest.utils.proxy with parameters of type MethodCallCapturer.MethodCallCaptureContext
protected  void MethodCallCapturer.CapturedTypeInstanceCreationConfiguration.setPreviousMethodCallCaptureContext(MethodCallCapturer.MethodCallCaptureContext previousMethodCallCaptureContext)
           
 

Method parameters in org.omnaest.utils.proxy with type arguments of type MethodCallCapturer.MethodCallCaptureContext
protected  void MethodCallCapturer.mergeHierarchicalMethodCallCaptureContextList(List<MethodCallCapturer.MethodCallCaptureContext> hierarchicalMethodCallCaptureContextList)
          Merges hierarchies of MethodCallCapturer.MethodCallCaptureContexts into the most nested MethodCallCapturer.MethodCallCaptureContext for each group of MethodCallCapturer.MethodCallCaptureContexts
 

Constructors in org.omnaest.utils.proxy with parameters of type MethodCallCapturer.MethodCallCaptureContext
MethodCallCapturer.MethodCallCaptureContext(MethodCallCapture methodCallCapture, MethodCallCapturer.MethodCallCaptureContext previousMethodCallCaptureContext)
           
 



Copyright © 2013. All Rights Reserved.