public.javadoc.org.spincast.plugins.jacksonxml.SpincastXmlManagerConfig.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
SpincastXmlManagerConfig (org.spincast:spincast-framework 2.1.1 API)
Package org.spincast.plugins.jacksonxml
Interface SpincastXmlManagerConfig
- All Known Implementing Classes:
SpincastXmlManagerConfigDefault
public interface SpincastXmlManagerConfig
Configurations for the Spincast Xml Manager plugin.
We use "@ImplementedBy" to specify the default configurations
to use if none is specified in a Guice module.
-
Method Summary
Modifier and Type
Method
Description
int
The number of space to use as indentation for pretty print.
The newline characters to use for pretty print.
-
Method Details
-
getPrettyPrinterIndentationSpaceNumber
int getPrettyPrinterIndentationSpaceNumber()
The number of space to use as indentation for pretty print.
Defaults to 4.
-
getPrettyPrinterNewlineChars
String getPrettyPrinterNewlineChars()
The newline characters to use for pretty print.
Defaults to "\n".