public class JsonMapper extends Object
| Constructor and Description |
|---|
JsonMapper() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convertValue(Object value,
Class<T> klass) |
<T> T |
readValue(InputStream inputStream,
Class<T> klass) |
String |
writeValueAsString(Object value) |
Copyright © 2019. All rights reserved.