|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vizzini.util.StringConverter
public class StringConverter
Provides conversions from String s to a given type, and from a
given Object to a String.
| Field Summary | |
|---|---|
static Class[] |
STRING_CLASS_ARRAY
String class array. |
| Method Summary | |
|---|---|
String |
convert(Object value)
Convert the given object to a String. |
Object |
convert(String value,
Class parameterType)
Convert the given string to the given type. |
static StringConverter |
getInstance()
Return the singleton instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Class[] STRING_CLASS_ARRAY
| Method Detail |
|---|
public static final StringConverter getInstance()
public String convert(Object value)
public Object convert(String value,
Class parameterType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |