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> TConfigMap. get(ConfigOption<T> option)<T> TConfigMap. 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. INDENTATIONConfigOptionfor the indentation used byStructuredWriterto format the output.static ConfigOption<Boolean>MarshallingConfig. WRITE_NULL_VALUESConfigOptionto configure ifStructuredWriter.writeValueAsNull()should actually writenullvalues (if configured toBoolean.TRUE) or omitnullvalues (if configured toBoolean.FALSE).Methods in io.github.mmm.marshall with parameters of type ConfigOption Modifier and Type Method Description <T> MarshallingConfigMarshallingConfig. with(ConfigOption<T> option, T value)
-