public interface JsonMapper
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convertValue(Object fromValue,
Class<T> toValueType) |
Object |
readValue(byte[] content) |
<T> T |
readValue(byte[] content,
Class<T> type) |
void |
writeValue(OutputStream os,
Object object) |
<T> T readValue(byte[] content,
Class<T> type)
throws IOException
IOExceptionObject readValue(byte[] content) throws IOException
IOExceptionvoid writeValue(OutputStream os, Object object) throws IOException
IOExceptionCopyright © 2015. All rights reserved.