A set of options related to rendering a [[ConfigValue]]
. Passed to
ConfigValue.render(ConfigRenderOptions).
A set of options related to rendering a [[ConfigValue]]
. Passed to
ConfigValue.render(ConfigRenderOptions).
Here is an example of creating a ConfigRenderOptions
:
ConfigRenderOptions options = ConfigRenderOptions.defaults().setComments(false)
- Companion
- class
Value members
Concrete methods
Returns concise render options (no whitespace or comments). For a
resolved [[Config]]
, the concise rendering will be valid JSON.
Returns concise render options (no whitespace or comments). For a
resolved [[Config]]
, the concise rendering will be valid JSON.
- Returns
the concise render options
Returns the default render options which are verbose (commented and
formatted). See [[ConfigRenderOptions#concise]]
for stripped-down
options. This rendering will not be valid JSON since it has comments.
Returns the default render options which are verbose (commented and
formatted). See [[ConfigRenderOptions#concise]]
for stripped-down
options. This rendering will not be valid JSON since it has comments.
- Returns
the default render options