public final class JsonUtil extends Object
Constructor and Description |
---|
JsonUtil() |
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.JavaType |
createType(Class<?> clazz) |
static com.fasterxml.jackson.databind.JavaType |
createType(com.fasterxml.jackson.core.type.TypeReference<?> typeReference) |
static com.fasterxml.jackson.databind.ObjectMapper |
getMapper() |
static com.fasterxml.jackson.databind.ObjectMapper |
getMapper(boolean prettyPrint) |
public static com.fasterxml.jackson.databind.ObjectMapper getMapper()
public static com.fasterxml.jackson.databind.ObjectMapper getMapper(boolean prettyPrint)
public static com.fasterxml.jackson.databind.JavaType createType(com.fasterxml.jackson.core.type.TypeReference<?> typeReference)
public static com.fasterxml.jackson.databind.JavaType createType(Class<?> clazz)
Copyright © 2016. All rights reserved.