oracle.ide.marshal
Class Class2String
java.lang.Object
oracle.ide.marshal.Class2String
- public class Class2String
- extends java.lang.Object
This is a custom String converter class that meets the
static
interface requirements as defined by
ToStringManager.registerCustomConverter(java.lang.Class)
.
This class converts a java.lang.Class
instance to
and from String
.
- See Also:
ToStringManager.registerCustomConverter(java.lang.Class)
Method Summary |
static java.lang.Class |
fromString(java.lang.String s)
|
static java.lang.Class |
supportedClass()
|
static java.lang.String |
toString(java.lang.Class c)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Class2String
public Class2String()
supportedClass
public static java.lang.Class supportedClass()
toString
public static java.lang.String toString(java.lang.Class c)
fromString
public static java.lang.Class fromString(java.lang.String s)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
Copyright © 1997, 2004, Oracle. All rights reserved.