public static class FourSpacePrettyPrinter.Lf4SpacesIndenter
extends com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenter
| Modifier and Type | Field and Description |
|---|---|
static FourSpacePrettyPrinter.Lf4SpacesIndenter |
INSTANCE |
| Constructor and Description |
|---|
FourSpacePrettyPrinter.Lf4SpacesIndenter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInline() |
void |
writeIndentation(com.fasterxml.jackson.core.JsonGenerator jg,
int level) |
public static final FourSpacePrettyPrinter.Lf4SpacesIndenter INSTANCE
public FourSpacePrettyPrinter.Lf4SpacesIndenter()
public boolean isInline()
isInline in interface com.fasterxml.jackson.core.util.DefaultPrettyPrinter.IndenterisInline in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenterpublic void writeIndentation(com.fasterxml.jackson.core.JsonGenerator jg,
int level)
throws java.io.IOException,
com.fasterxml.jackson.core.JsonGenerationException
writeIndentation in interface com.fasterxml.jackson.core.util.DefaultPrettyPrinter.IndenterwriteIndentation in class com.fasterxml.jackson.core.util.DefaultPrettyPrinter.NopIndenterjava.io.IOExceptioncom.fasterxml.jackson.core.JsonGenerationExceptionCopyright © 2011-2014 Red Hat. All Rights Reserved.