Package | Description |
---|---|
com.typesafe.config |
An API for loading and using configuration files, see the project site
for more information.
|
Modifier and Type | Method and Description |
---|---|
static ConfigRenderOptions |
ConfigRenderOptions.concise()
Returns concise render options (no whitespace or comments).
|
static ConfigRenderOptions |
ConfigRenderOptions.defaults()
Returns the default render options which are verbose (commented and
formatted).
|
ConfigRenderOptions |
ConfigRenderOptions.setComments(boolean value)
Returns options with comments toggled.
|
ConfigRenderOptions |
ConfigRenderOptions.setFormatted(boolean value)
Returns options with formatting toggled.
|
ConfigRenderOptions |
ConfigRenderOptions.setJson(boolean value)
Returns options with JSON toggled.
|
ConfigRenderOptions |
ConfigRenderOptions.setOriginComments(boolean value)
Returns options with origin comments toggled.
|
Modifier and Type | Method and Description |
---|---|
String |
ConfigValue.render(ConfigRenderOptions options)
Renders the config value to a string, using the provided options.
|
Copyright © 2018 com.typesafe. All rights reserved.