org.omnaest.utils.proxy
Class MethodInvocationForwardingCapturer.MethodAndArguments
java.lang.Object
org.omnaest.utils.proxy.MethodInvocationForwardingCapturer.MethodAndArguments
- All Implemented Interfaces:
- MethodInvocationForwardingCapturer.MethodInvocationComparison
- Enclosing class:
- MethodInvocationForwardingCapturer
protected static class MethodInvocationForwardingCapturer.MethodAndArguments
- extends Object
- implements MethodInvocationForwardingCapturer.MethodInvocationComparison
Wrapper for Method and arguments which implements hashCode() and equals(Object)
- Author:
- Omnaest
MethodInvocationForwardingCapturer.MethodAndArguments
public MethodInvocationForwardingCapturer.MethodAndArguments(Method method,
Object[] arguments)
hashCode
public int hashCode()
- Specified by:
hashCode in interface MethodInvocationForwardingCapturer.MethodInvocationComparison- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Specified by:
equals in interface MethodInvocationForwardingCapturer.MethodInvocationComparison- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.