Settings
.See: Description
Interface | Description |
---|---|
SettingsLoader |
Provides the ability to load settings (in the form of a simple Map) from
the actual source content that represents them.
|
Class | Description |
---|---|
JsonSettingsLoader |
Settings loader that loads (parses) the settings in a json format by flattening them
into a map.
|
SettingsLoader.Helper | |
SettingsLoaderFactory |
A class holding factory methods for settings loaders that attempts
to infer the type of the underlying settings content.
|
XContentSettingsLoader |
Settings loader that loads (parses) the settings in a xcontent format by flattening them
into a map.
|
YamlSettingsLoader |
Settings loader that loads (parses) the settings in a yaml format by flattening them
into a map.
|
Settings
.