Interface Indenter

All Known Implementing Classes:
DefaultPrettyPrinter.FixedSpaceIndenter, DefaultPrettyPrinter.Lf2SpacesIndenter, DefaultPrettyPrinter.NopIndenter

public interface Indenter
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.