public abstract class JacksonUtil
extends java.lang.Object
Constructor and Description |
---|
JacksonUtil() |
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.ObjectWriter |
newWriterWithSeparateLinesForArrayValues()
Convenient for print JSON nodes with arrays that have potentially many values, such that seeing them all on
one line would be very difficult to read.
|
public static com.fasterxml.jackson.databind.ObjectWriter newWriterWithSeparateLinesForArrayValues()