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.Indenterjava.io.IOExceptionpublic boolean isInline()
isInline in interface DefaultPrettyPrinter.Indenter