net.sf.oval.internal.util
Class SerializableMethod
java.lang.Object
net.sf.oval.internal.util.SerializableMethod
- All Implemented Interfaces:
- Serializable
public final class SerializableMethod
- extends Object
- implements Serializable
Serializable Wrapper for java.lang.reflect.Method objects since they do not implement Serializable
- Author:
- Sebastian Thomschke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static SerializableMethod getInstance(Method method)
getDeclaringClass
public Class<?> getDeclaringClass()
- Returns:
- the declaringClass
getMethod
public Method getMethod()
- Returns:
- the method
getName
public String getName()
- Returns:
- the name
getParameterTypes
public Class<?>[] getParameterTypes()
- Returns:
- the parameterTypes
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.