Package org.codehaus.jackson.util
Class DefaultPrettyPrinter.NopIndenter
java.lang.Object
org.codehaus.jackson.util.DefaultPrettyPrinter.NopIndenter
- All Implemented Interfaces:
Indenter
- Enclosing class:
- DefaultPrettyPrinter
Dummy implementation that adds no indentation whatsoever
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isInline()
void
writeIndentation
(JsonGenerator jg, int level)
-
Constructor Details
-
NopIndenter
public NopIndenter()
-
-
Method Details
-
writeIndentation
- Specified by:
writeIndentation
in interfaceIndenter
-
isInline
public boolean isInline()
-