net.sf.oval.internal.util
Class SerializableConstructor
java.lang.Object
net.sf.oval.internal.util.SerializableConstructor
- All Implemented Interfaces:
- Serializable
public final class SerializableConstructor
- extends Object
- implements Serializable
Serializable Wrapper for java.lang.reflect.Constructor 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 SerializableConstructor getInstance(Constructor<?> constructor)
getConstructor
public Constructor<?> getConstructor()
- Returns:
- the constructor
getDeclaringClass
public Class<?> getDeclaringClass()
- Returns:
- the declaringClass
getParameterTypes
public Class<?>[] getParameterTypes()
- Returns:
- the parameterTypes
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.