de.smartics.properties.spi.core.util
Class SerializableMethod
java.lang.Object
de.smartics.properties.spi.core.util.SerializableMethod
-
All Implemented Interfaces:
-
Serializable
-
public final class SerializableMethod
-
extends
Object
-
implements
Serializable
Wrapper to serialize Method
s.
-
See Also:
-
Serialized Form
SerializableMethod
public SerializableMethod(Method method)
-
Default constructor.
-
Parameters:
-
method
- the wrapped method. The method may be
null
.
getMethod
@CheckForNull
public Method getMethod()
-
Returns the wrapped method.
-
-
-
Returns:
-
the wrapped method. The method may be
null
.
toString
public String toString()
-
-
Overrides:
-
toString
in class
Object
-
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.