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