public class StringHandler extends AbstractHandler
m_Logger| Constructor and Description |
|---|
StringHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
fromString(Class base,
String s)
Parses the string and turns it back into an object.
|
boolean |
handles(Class cls)
Checks whether the class can be handled.
|
String |
toString(Object obj)
Turns the object into its string representation.
|
getHandlers, getLogger, handlespublic boolean handles(Class cls)
cls - the class to checkpublic String toString(Object obj)
obj - the object to convertCopyright © 2017 University of Waikato, Hamilton, NZ. All Rights Reserved.