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