Class DefaultPrettyPrinter.FixedSpaceIndenter
java.lang.Object
org.codehaus.jackson.util.DefaultPrettyPrinter.FixedSpaceIndenter
- All Implemented Interfaces:
Indenter
- Enclosing class:
DefaultPrettyPrinter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisInline()voidwriteIndentation(JsonGenerator jg, int level)
-
Constructor Details
-
FixedSpaceIndenter
public FixedSpaceIndenter()
-
-
Method Details
-
writeIndentation
public void writeIndentation(JsonGenerator jg, int level) throws IOException, JsonGenerationException - Specified by:
writeIndentationin interfaceIndenter- Throws:
IOExceptionJsonGenerationException
-
isInline
-