public class JsonMapper extends Object
| Constructor and Description |
|---|
JsonMapper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJson(String content,
Class<T> contentClass) |
static <T> String |
toJson(T objectToWrite) |
Copyright © 2016. All rights reserved.