public final class PrettyPrinter
extends com.fasterxml.jackson.core.util.DefaultPrettyPrinter
com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter, com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter, com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Lf2SpacesIndenter, com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
Constructor and Description |
---|
PrettyPrinter() |
Modifier and Type | Method and Description |
---|---|
PrettyPrinter |
createInstance() |
void |
writeObjectFieldValueSeparator(com.fasterxml.jackson.core.JsonGenerator generator) |
beforeArrayValues, beforeObjectEntries, indentArraysWith, indentObjectsWith, spacesInObjectEntries, withRootSeparator, writeArrayValueSeparator, writeEndArray, writeEndObject, writeObjectEntrySeparator, writeRootValueSeparator, writeStartArray, writeStartObject
public PrettyPrinter createInstance()
createInstance
in interface com.fasterxml.jackson.core.util.Instantiatable<com.fasterxml.jackson.core.util.DefaultPrettyPrinter>
createInstance
in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
public void writeObjectFieldValueSeparator(com.fasterxml.jackson.core.JsonGenerator generator) throws java.io.IOException, com.fasterxml.jackson.core.JsonGenerationException
writeObjectFieldValueSeparator
in interface com.fasterxml.jackson.core.PrettyPrinter
writeObjectFieldValueSeparator
in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter
java.io.IOException
com.fasterxml.jackson.core.JsonGenerationException