public static class

DefaultPrettyPrinter.Lf2SpacesIndenter

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

Class Overview

Default linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.

Summary

Public Constructors
DefaultPrettyPrinter.Lf2SpacesIndenter()
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.Lf2SpacesIndenter ()

Public Methods

public boolean isInline ()

public void writeIndentation (JsonGenerator jg, int level)