public static class DefaultPrettyPrinter.NopIndenter extends java.lang.Object implements DefaultPrettyPrinter.Indenter, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static DefaultPrettyPrinter.NopIndenter |
instance |
Constructor and Description |
---|
DefaultPrettyPrinter.NopIndenter() |
Modifier and Type | Method and Description |
---|---|
boolean |
isInline() |
void |
writeIndentation(JsonGenerator jg,
int level) |
public static final DefaultPrettyPrinter.NopIndenter instance
public void writeIndentation(JsonGenerator jg, int level) throws java.io.IOException
writeIndentation
in interface DefaultPrettyPrinter.Indenter
java.io.IOException
public boolean isInline()
isInline
in interface DefaultPrettyPrinter.Indenter