public static class TomlWriter.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TomlWriter |
build() |
TomlWriter.Builder |
indentTablesBy(int spaces) |
TomlWriter.Builder |
indentValuesBy(int spaces) |
TomlWriter.Builder |
padArrayDelimitersBy(int spaces) |
TomlWriter.Builder |
showFractionalSeconds() |
TomlWriter.Builder |
timeZone(TimeZone timeZone) |
public TomlWriter.Builder indentValuesBy(int spaces)
public TomlWriter.Builder indentTablesBy(int spaces)
public TomlWriter.Builder timeZone(TimeZone timeZone)
public TomlWriter.Builder padArrayDelimitersBy(int spaces)
spaces - number of spaces to put between opening square bracket and first item and between closing square bracket and last itempublic TomlWriter build()
public TomlWriter.Builder showFractionalSeconds()
Copyright © 2013–2017. All rights reserved.