public class TypeConverter extends Object
| Constructor and Description |
|---|
TypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
convertIncoming(String value,
Class<?> type)
Converts an incoming string to the given type, if possible
|
static String |
convertOutgoing(Object obj)
Converts an outgoing object to a readable String, if possible
|
Copyright © 2015. All Rights Reserved.