All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description ConfigChangeListener<ConfigEntry> Listener for changes to config.ConfigChangeType Types of changes on config content.ConfigEventListener Listen to config events.ConfigEventListener.Status The status of the event.ConfigException Exception related to config handling and loading.ConfigExceptionBuffer A small utility buffer class for accumulating exceptions and passing as a config exception if any happens.ConfigReader<ConfigType> A interface to load config files from disk and parse into the specified config type.ConfigReaderProvider Provider of a single type of config readers.ConfigReaderSupplier<ConfigType> A helper class to load config files from disk and parse into the specified config type.ConfigSupplier<ConfigType> A wrapper around a config file to handle loading and parsing during application setup.ConfigWatcher<ConfigFileType> The config watcher watches the whole directory of config files of the same type, and notifies listeners of any changes.ConfigWatcher.ConfigEntry<ConfigFileType> A config file entry cached in the watcher.FixedConfigReaderSupplier<ConfigType> Get a fixed config reader.ProvidedConfigReaderSupplier<ConfigType> Get config readers from the providers providing ConfigReaders.Secret Keeps a secret.Secret.SecretDeserializer SecretListener Listen to changes in secrets.SecretsManager A class managing secrets as read from files in a single directory.SecretsManager.SecretManagerDeserializer A deserializer for secrets manager to make it easy to include the manager in a standard jackson-parsed config file (JSON or YAML).SecretsManager.SecretsConfig Simple configuration of the secrets manager as an object.SecretValueDeserializer Deserializer meant to read secrets into string fields.SecretValueModule UncheckedConfigException A runtime / unchecked variant ofConfigException.YamlConfigReader<ConfigType> Read config as YAML.YamlConfigReaderProvider Provide config readers for YAML files.