org.apache.commons.proxy.factory.util
Class MethodSignature

java.lang.Object
  extended by org.apache.commons.proxy.factory.util.MethodSignature

public class MethodSignature
extends Object

A class for capturing the signature of a method (its name and parameter types).

Since:
1.0
Author:
James Carman

Constructor Summary
MethodSignature(Method method)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSignature

public MethodSignature(Method method)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.