public class JsonMapper extends Object
Modifier and Type | Method and Description |
---|---|
static void |
config(com.fasterxml.jackson.databind.DeserializationFeature feature,
boolean state) |
static void |
config(com.fasterxml.jackson.databind.SerializationFeature feature,
boolean state) |
static <T> T |
mapper(Map<String,Object> content,
Class<T> valueType) |
static String |
mapper(Object o) |
static <T> T |
mapper(String content,
Class<T> valueType) |
static <T> T |
mapper(String content,
com.fasterxml.jackson.core.type.TypeReference valueType) |
static void |
register(String moduleName,
boolean state) |
public static void config(com.fasterxml.jackson.databind.SerializationFeature feature, boolean state)
public static void config(com.fasterxml.jackson.databind.DeserializationFeature feature, boolean state)
public static <T> T mapper(String content, com.fasterxml.jackson.core.type.TypeReference valueType)
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.