Package com.moandjiezana.toml
Class IndentationPolicy
- java.lang.Object
-
- com.moandjiezana.toml.IndentationPolicy
-
class IndentationPolicy extends java.lang.ObjectControls how aTomlWriterindents tables and key/value pairs. The default policy is to not indent.
-
-
Field Summary
Fields Modifier and Type Field Description private intarrayDelimiterPaddingprivate intkeyValueIndentprivate inttableIndent
-
Constructor Summary
Constructors Constructor Description IndentationPolicy(int keyIndentation, int tableIndentation, int arrayDelimiterPadding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intgetArrayDelimiterPadding()(package private) intgetKeyValueIndent()(package private) intgetTableIndent()
-