Package org.omegazero.common.config


package org.omegazero.common.config
Provides configuration file and data manipulation classes.
  • Class
    Description
    A read-only array of any type of data, providing a layer of abstraction for different data representations.
    A read-only map of key-value pairs, where the value is any type of data identified by the key string, providing a layer of abstraction for different data representations.
    An interface for managing configuration files or similar.
    Exception thrown when an error occurs while loading or processing a configuration.
    An annotation required on fields populated by Configuration implementations.
    A Configuration implementation based on JSON.