public class JacksonSupport
| Modifier and Type | Field and Description |
|---|---|
static JacksonSupport |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.ObjectMapper |
getMapper() |
<T> java.lang.String |
toJson(T t) |
public static JacksonSupport INSTANCE