Module net.morimekta.config
Package net.morimekta.config.readers
-
Interface Summary Interface Description 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. -
Class Summary Class Description FixedConfigReaderSupplier<ConfigType> Get a fixed config reader.ProvidedConfigReaderSupplier<ConfigType> Get config readers from the providers providing ConfigReaders.YamlConfigReader<ConfigType> Read config as YAML.YamlConfigReaderProvider Provide config readers for YAML files.