Class DefaultPrettyPrinter.NopIndenter
java.lang.Object
org.codehaus.jackson.util.DefaultPrettyPrinter.NopIndenter
- All Implemented Interfaces:
Indenter
- Enclosing class:
DefaultPrettyPrinter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisInline()voidwriteIndentation(JsonGenerator jg, int level)
-
Constructor Details
-
NopIndenter
public NopIndenter()
-
-
Method Details
-
writeIndentation
- Specified by:
writeIndentationin interfaceIndenter
-
isInline
-