public interface ObjectMapperSPI
| Modifier and Type | Method and Description |
|---|---|
<T> T |
readValue(byte[] src,
Class<T> klass) |
Map<String,String> |
readValue(String src) |
<T> T |
readValue(String src,
Class<T> klass) |
<T> byte[] |
writeValueAsBytes(T t) |
<T> String |
writeValueAsString(T t) |
<T> T readValue(byte[] src,
Class<T> klass)
throws IOException
IOException<T> T readValue(String src, Class<T> klass) throws IOException
IOExceptionMap<String,String> readValue(String src) throws IOException
IOException<T> byte[] writeValueAsBytes(T t)
throws IOException
IOException<T> String writeValueAsString(T t) throws IOException
IOExceptionCopyright © 2020. All rights reserved.