public class Jackson extends Object
| Constructor and Description |
|---|
Jackson() |
| Modifier and Type | Method and Description |
|---|---|
static String |
prettyPrint(Object o) |
static String |
prettyPrint(Object o,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
static void |
prettyPrint(Writer out,
Object o,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
public static String prettyPrint(Object o) throws IOException
IOExceptionpublic static String prettyPrint(Object o, com.fasterxml.jackson.databind.ObjectMapper mapper) throws IOException
IOExceptionpublic static void prettyPrint(Writer out, Object o, com.fasterxml.jackson.databind.ObjectMapper mapper) throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.