public final class JacksonJsonMapper extends Object implements JsonMapper
| Constructor and Description |
|---|
JacksonJsonMapper() |
JacksonJsonMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
public JacksonJsonMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public JacksonJsonMapper()
public Map<String,Object> readMap(byte[] content) throws IOException
readMap in interface JsonMapperIOExceptionpublic List<Object> readList(byte[] content) throws IOException
readList in interface JsonMapperIOExceptionpublic byte[] write(Map<String,Object> map) throws IOException
write in interface JsonMapperIOExceptionpublic byte[] write(List<Object> list) throws IOException
write in interface JsonMapperIOExceptionCopyright © 2019. All rights reserved.