Uses of Interface
org.instancio.internal.settings.RangeAdjuster
Packages that use RangeAdjuster
-
Uses of RangeAdjuster in org.instancio.internal.settings
Classes in org.instancio.internal.settings that implement RangeAdjusterModifier and TypeClassDescriptionstatic classAdjusts the upper bound of a range given a new lower bound.static classAdjusts the lower bound of a range given a new upper bound.Fields in org.instancio.internal.settings declared as RangeAdjusterModifier and TypeFieldDescriptionstatic final RangeAdjusterRangeAdjuster.MAX_ADJUSTERstatic final RangeAdjusterRangeAdjuster.MIN_ADJUSTERConstructors in org.instancio.internal.settings with parameters of type RangeAdjusterModifierConstructorDescriptionInternalKey(String propertyKey, Class<?> type, @Nullable Object defaultValue, @Nullable RangeAdjuster rangeAdjuster, boolean allowsNullValue)