Uses of Class
org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodInvocationAndResult

Packages that use MethodInvocationForwardingCapturer.MethodInvocationAndResult
org.omnaest.utils.proxy   
 

Uses of MethodInvocationForwardingCapturer.MethodInvocationAndResult in org.omnaest.utils.proxy
 

Methods in org.omnaest.utils.proxy that return types with arguments of type MethodInvocationForwardingCapturer.MethodInvocationAndResult
static ElementStream<MethodInvocationForwardingCapturer.MethodInvocationAndResult> MethodInvocationForwardingCapturer.newMethodInvocationAndResultElementStream(InputStream inputStream)
          Creates an ElementStream of MethodInvocationForwardingCapturer.MethodInvocationAndResult instances from a given InputStream which was produced by the MethodInvocationForwardingCapturer.newProxyInstanceCapturing(Object, OutputStream) before.
static Iterable<MethodInvocationForwardingCapturer.MethodInvocationAndResult> MethodInvocationForwardingCapturer.newMethodInvocationAndResultIterable(InputStream inputStream)
           
static Iterable<MethodInvocationForwardingCapturer.MethodInvocationAndResult> MethodInvocationForwardingCapturer.newMethodInvocationAndResultIterable(InputStream inputStream, Range range)
          Returns only the MethodInvocationForwardingCapturer.MethodInvocationAndResult instances within the given Range of the index positions of the order of invocation.
protected static Iterator<MethodInvocationForwardingCapturer.MethodInvocationAndResult> MethodInvocationForwardingCapturer.newMethodInvocationAndResultIterator(InputStream inputStream)
           
 



Copyright © 2013. All Rights Reserved.