|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.connector.plaintextutils.PlainTextTypeConverter
public class PlainTextTypeConverter
Converts data types between its textual representation and Java types. By default it only manages a few data types:
TypeAdaptor
Constructor Summary | |
---|---|
PlainTextTypeConverter()
|
Method Summary | |
---|---|
static java.lang.Object |
convert(java.lang.String data,
java.lang.Class type)
Coverts a string representation of the data in an object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlainTextTypeConverter()
Method Detail |
---|
public static java.lang.Object convert(java.lang.String data, java.lang.Class type)
data
- string representation of the data.type
- type of the data.
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |