Uses of Class
io.github.mmm.base.config.ConfigOption
-
Packages that use ConfigOption Package Description io.github.mmm.base.config io.github.mmm.marshall Provides the API for marshalling and unmarshalling data. -
-
Uses of ConfigOption in io.github.mmm.base.config
Methods in io.github.mmm.base.config with parameters of type ConfigOption Modifier and Type Method Description <T> T
ConfigMap. get(ConfigOption<T> option)
<T> T
ConfigMap. set(ConfigOption<T> key, T value)
-
Uses of ConfigOption in io.github.mmm.marshall
Fields in io.github.mmm.marshall declared as ConfigOption Modifier and Type Field Description static ConfigOption<String>
MarshallingConfig. INDENTATION
ConfigOption
for the indentation used byStructuredWriter
to format the output.static ConfigOption<Boolean>
MarshallingConfig. WRITE_NULL_VALUES
ConfigOption
to configure ifStructuredWriter.writeValueAsNull()
should actually writenull
values (if configured toBoolean.TRUE
) or omitnull
values (if configured toBoolean.FALSE
).Methods in io.github.mmm.marshall with parameters of type ConfigOption Modifier and Type Method Description <T> MarshallingConfig
MarshallingConfig. with(ConfigOption<T> option, T value)
-