org.zkoss.lang.reflect
Class SerializableMethod
java.lang.Object
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
SerializableMethod
public SerializableMethod(Method method)
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 © 2012. All Rights Reserved.