org.zkoss.lang.reflect
Class SerializableMethod

java.lang.Object
  extended by org.zkoss.lang.reflect.SerializableMethod
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
MethodFunction

public class SerializableMethod
extends Object
implements Serializable, Cloneable

A wrapper of java.lang.reflect.Method to make it serializable.

Author:
tomyeh
See Also:
Serialized Form

Constructor Summary
SerializableMethod(Method method)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object o)
           
 Method getMethod()
          Returns the method being encapsulated.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializableMethod

public SerializableMethod(Method method)
Method Detail

getMethod

public final Method getMethod()
Returns the method being encapsulated.


clone

public Object clone()
Overrides:
clone in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All rights reserved.