public class JacksonService extends Object
JacksonService(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
<T> List<T>
readerForList(String text, Class<T> clz)
<T> T
readValue(byte[] bytes, Class<T> clz)
readValue(String text, Class<T> clz)
String
writeValueAsString(Object obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JacksonService(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public String writeValueAsString(Object obj)
public <T> T readValue(String text, Class<T> clz)
public <T> T readValue(byte[] bytes, Class<T> clz)
public <T> List<T> readerForList(String text, Class<T> clz)
Copyright © 2022. All rights reserved.