Package org.instancio.internal.settings


package org.instancio.internal.settings
Contains internal classes related to settings.

Classes within this package are not part of the public API.

  • Class
    Description
    Represents a setting that can be auto-adjusted based on the value of another related setting.
     
     
    Provides support for auto-adjusting 'range' settings that have a min and a max value.
    Adjusts the upper bound of a range given a new lower bound.
    Adjusts the lower bound of a range given a new upper bound.