public static class DefaultPrettyPrinter.NopIndenter extends Object implements DefaultPrettyPrinter.Indenter, Serializable
Modifier and Type | Field and Description |
---|---|
static DefaultPrettyPrinter.NopIndenter |
instance |
Constructor and Description |
---|
NopIndenter() |
Modifier and Type | Method and Description |
---|---|
boolean |
isInline() |
void |
writeIndentation(JsonGenerator g,
int level) |
public static final DefaultPrettyPrinter.NopIndenter instance
public void writeIndentation(JsonGenerator g, int level) throws IOException
writeIndentation
in interface DefaultPrettyPrinter.Indenter
IOException
public boolean isInline()
isInline
in interface DefaultPrettyPrinter.Indenter
Copyright © 2021 JBoss by Red Hat. All rights reserved.