Package org.omnaest.utils.proxy

Interface Summary
MethodCallCapturer.MethodCallCapturerAware This interface stubs are implementing when they are created by MethodCallCapturer.newInstanceOfCapturedTypeWhichIsMethodCallCapturerAware(Class).
MethodCallCapturer.TypeCaptureAware This interface stubs are always implementing when they are created by MethodCallCapturer.newInstanceOfCapturedType(Class).
MethodInvocationForwardingCapturer.MethodInvocationComparison  
 

Class Summary
BeanProperty A BeanProperty allows to capture method calls for getter and setter methods on a Java Bean.
MethodCallCapturer A MethodCallCapturer allows to create stubs for given java types which capture the calls of methods of this stub.
MethodCallCapturer.CapturedTypeInstanceCreationConfiguration Configuration object when a MethodCallCapturer creates a new stub instance.
MethodCallCapturer.MethodCallCaptureContext Container class for the absolute canonical method name when a MethodCallCapture instance has been captured.
MethodCallCapturer.ReplayResult Result of a replay action.
MethodInvocationForwardingCapturer The MethodInvocationForwardingCapturer allows to create proxies which are put on top of existing object instances.
MethodInvocationForwardingCapturer.ForwardingMethodInvocationHandler  
MethodInvocationForwardingCapturer.MethodAndArguments Wrapper for Method and arguments which implements MethodInvocationForwardingCapturer.MethodAndArguments.hashCode() and MethodInvocationForwardingCapturer.MethodAndArguments.equals(Object)
MethodInvocationForwardingCapturer.MethodInvocationAndResult  
MethodInvocationForwardingCapturer.MethodOnly  
MethodInvocationForwardingCapturer.ReplayingMethodInvocationHandler  
MethodName  
StubCreator<E> Helper to create stubs easily based on CGLIB.
 



Copyright © 2013. All Rights Reserved.