ConfigRenderOptions

org.ekrich.config.ConfigRenderOptions
See theConfigRenderOptions companion class

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) 

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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.

Attributes

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.

Attributes

Returns

the default render options