Class DefaultPrettyPrinter.NopIndenter

  • All Implemented Interfaces:
    Indenter
    Enclosing class:
    DefaultPrettyPrinter

    public static class DefaultPrettyPrinter.NopIndenter
    extends Object
    implements Indenter
    Dummy implementation that adds no indentation whatsoever
    • Constructor Detail

      • NopIndenter

        public NopIndenter()
    • Method Detail

      • isInline

        public boolean isInline()
        Specified by:
        isInline in interface Indenter
        Returns:
        True if indenter is considered inline (does not add linefeeds), false otherwise