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