de.smartics.properties.spi.core.util
Class SerializableMethod

Package class diagram package SerializableMethod
java.lang.Object
  extended by de.smartics.properties.spi.core.util.SerializableMethod
All Implemented Interfaces:
Serializable

public final class SerializableMethod
     
     
extends Object
implements Serializable

Wrapper to serialize Methods.

See Also:
Serialized Form

Constructor Summary
SerializableMethod(Method method)
          Default constructor.
 
Method Summary
 Method getMethod()
          Returns the wrapped method.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializableMethod

public SerializableMethod(Method method)
Default constructor.

Parameters:
method - the wrapped method. The method may be null.
Method Detail

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.