Uses of Class
org.omnaest.utils.proxy.handler.MethodCallCapture

Packages that use MethodCallCapture
org.omnaest.utils.proxy   
org.omnaest.utils.proxy.handler   
 

Uses of MethodCallCapture in org.omnaest.utils.proxy
 

Fields in org.omnaest.utils.proxy declared as MethodCallCapture
protected  MethodCallCapture MethodCallCapturer.MethodCallCaptureContext.methodCallCapture
           
 

Methods in org.omnaest.utils.proxy that return MethodCallCapture
 MethodCallCapture MethodCallCapturer.MethodCallCaptureContext.getMethodCallCapture()
           
 

Methods in org.omnaest.utils.proxy that return types with arguments of type MethodCallCapture
 List<MethodCallCapture> MethodCallCapturer.MethodCallCaptureContext.determineCanonicalMethodCallCaptures(Object rootStub)
          Returns the canonical list of MethodCallCaptures from the given root stub as base.
 

Methods in org.omnaest.utils.proxy with parameters of type MethodCallCapture
 Object MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler.handle(MethodCallCapture methodCallCapture)
           
 Object MethodInvocationForwardingCapturer.ForwardingMethodInvocationHandler.handle(MethodCallCapture methodCallCapture)
           
 Object MethodCallCapturer.MethodCaptureMethodInvocationHandler.handle(MethodCallCapture methodCallCapture)
           
 

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

Uses of MethodCallCapture in org.omnaest.utils.proxy.handler
 

Methods in org.omnaest.utils.proxy.handler with parameters of type MethodCallCapture
 Object MethodInvocationHandlerDecoratorUnderlyingMapAware.handle(MethodCallCapture methodCallCapture)
           
 Object MethodInvocationHandlerDecoratorToString.handle(MethodCallCapture methodCallCapture)
           
 Object MethodInvocationHandler.handle(MethodCallCapture methodCallCapture)
          Handles a method invocation.
 



Copyright © 2013. All Rights Reserved.