public static class DefaultPrettyPrinter.FixedSpaceIndenter extends DefaultPrettyPrinter.NopIndenter
Modifier and Type | Field and Description |
---|---|
static DefaultPrettyPrinter.FixedSpaceIndenter |
instance |
Constructor and Description |
---|
FixedSpaceIndenter() |
Modifier and Type | Method and Description |
---|---|
boolean |
isInline() |
void |
writeIndentation(JsonGenerator g,
int level) |
public static final DefaultPrettyPrinter.FixedSpaceIndenter instance
public void writeIndentation(JsonGenerator g, int level) throws java.io.IOException
writeIndentation
in interface DefaultPrettyPrinter.Indenter
writeIndentation
in class DefaultPrettyPrinter.NopIndenter
java.io.IOException
public boolean isInline()
isInline
in interface DefaultPrettyPrinter.Indenter
isInline
in class DefaultPrettyPrinter.NopIndenter
Copyright © 2010 - 2020 Adobe. All Rights Reserved