Package org.instancio.settings


package org.instancio.settings
Provides classes for overriding settings at runtime.
  • Class
    Description
    Defines all keys supported by Instancio.
    A setting key represents a configuration item and has the following properties: SettingKey.propertyKey() - property name that can be used in a configuration file SettingKey.defaultValue() - that will be used if there is no configuration file present
    This class provides an API for updating settings programmatically.