public static interface

DefaultPrettyPrinter.Indenter

com.fasterxml.jackson.core.util.DefaultPrettyPrinter.Indenter
Known Indirect Subclasses

Class Overview

Interface that defines objects that can produce indentation used to separate object entries and array values. Indentation in this context just means insertion of white space, independent of whether linefeeds are output.

Summary

Public Methods
abstract boolean isInline()
abstract void writeIndentation(JsonGenerator jg, int level)

Public Methods

public abstract boolean isInline ()

Returns
  • True if indenter is considered inline (does not add linefeeds), false otherwise

public abstract void writeIndentation (JsonGenerator jg, int level)