Package org.codehaus.jackson.util
Class DefaultPrettyPrinter.NopIndenter
- java.lang.Object
-
- org.codehaus.jackson.util.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 Summary
Constructors Constructor Description NopIndenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isInline()
void
writeIndentation(JsonGenerator jg, int level)
-
-
-
Method Detail
-
writeIndentation
public void writeIndentation(JsonGenerator jg, int level)
- Specified by:
writeIndentation
in interfaceIndenter
-
-