public class JsonConverter<T extends DataModelElement> extends BaseConverter<T>
| Constructor and Description |
|---|
JsonConverter(Class<? extends T> elementType) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
objToString(Object value)
|
protected Object |
stringToObj(String value,
Class<?> type)
|
convert, convert, mergeprotected String objToString(Object value)
BaseConverterobjToString in class BaseConverter<T extends DataModelElement>value - the ObjectStringprotected Object stringToObj(String value, Class<?> type)
BaseConverterstringToObj in class BaseConverter<T extends DataModelElement>value - the StringObject.Copyright © 2017. All rights reserved.