JType 0.1.1-redhat-2

com.googlecode.jtype
Interface ClassSerializer


public interface ClassSerializer

Function that maps classes to a string representation.

Version:
$Id: ClassSerializer.java 2 2009-02-02 22:28:39Z markhobson $
Author:
Mark Hobson

Method Summary
 String toString(Class<?> klass)
          Gets a string representation of the specified class.
 

Method Detail

toString

String toString(Class<?> klass)
Gets a string representation of the specified class.

Parameters:
klass - the class to obtain a string representation of
Returns:
the string representation of the specified class

JType 0.1.1-redhat-2

Copyright © 2008-2012 JBoss by Red Hat. All Rights Reserved.