public static class

DefaultPrettyPrinter.FixedSpaceIndenter

extends Object
implements DefaultPrettyPrinter.Indenter
java.lang.Object
   ↳ com.fasterxml.jackson.core.util.DefaultPrettyPrinter.FixedSpaceIndenter

Class Overview

This is a very simple indenter that only every adds a single space for indentation. It is used as the default indenter for array values.

Summary

Public Constructors
DefaultPrettyPrinter.FixedSpaceIndenter()
Public Methods
boolean isInline()
void writeIndentation(JsonGenerator jg, int level)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter

Public Constructors

public DefaultPrettyPrinter.FixedSpaceIndenter ()

Public Methods

public boolean isInline ()

public void writeIndentation (JsonGenerator jg, int level)