public class EndpointsPrettyPrinter
extends com.fasterxml.jackson.core.util.DefaultPrettyPrinter
PrettyPrinter that mimics legacy formatting.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 |
|---|
EndpointsPrettyPrinter() |
EndpointsPrettyPrinter(int spacesPerIndent) |
| Modifier and Type | Method and Description |
|---|---|
EndpointsPrettyPrinter |
createInstance() |
void |
writeObjectFieldValueSeparator(com.fasterxml.jackson.core.JsonGenerator jg) |
_withSpaces, beforeArrayValues, beforeObjectEntries, indentArraysWith, indentObjectsWith, spacesInObjectEntries, withArrayIndenter, withObjectIndenter, withoutSpacesInObjectEntries, withRootSeparator, withRootSeparator, withSpacesInObjectEntries, writeArrayValueSeparator, writeEndArray, writeEndObject, writeObjectEntrySeparator, writeRootValueSeparator, writeStartArray, writeStartObjectpublic EndpointsPrettyPrinter()
public EndpointsPrettyPrinter(int spacesPerIndent)
public void writeObjectFieldValueSeparator(com.fasterxml.jackson.core.JsonGenerator jg)
throws java.io.IOException
writeObjectFieldValueSeparator in interface com.fasterxml.jackson.core.PrettyPrinterwriteObjectFieldValueSeparator in class com.fasterxml.jackson.core.util.DefaultPrettyPrinterjava.io.IOExceptionpublic EndpointsPrettyPrinter 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