Uses of Interface
org.instancio.settings.Settings
Packages that use Settings
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio
.Contains classes related to generators.
Provides classes for overriding settings at runtime.
Defines Service Provider Interfaces for providing custom implementations.
-
Uses of Settings in org.instancio
Methods in org.instancio with parameters of type SettingsModifier and TypeMethodDescriptionCartesianProductApi.withSettings
(Settings settings) Override defaultSettings
for generating values.InstancioApi.withSettings
(Settings settings) Override defaultSettings
for generating values.InstancioOperations.withSettings
(Settings settings) Override defaultSettings
for generating values. -
Uses of Settings in org.instancio.generator
Methods in org.instancio.generator that return SettingsModifier and TypeMethodDescriptionGeneratorContext.getSettings()
Returns a read-only instance of the settings used by Instancio.Constructors in org.instancio.generator with parameters of type Settings -
Uses of Settings in org.instancio.settings
Methods in org.instancio.settings that return SettingsModifier and TypeMethodDescriptionstatic Settings
Settings.create()
Creates a new instance of empty settings.static Settings
Settings.defaults()
Creates a new instance containing default settings.static Settings
Create settings from the given map.static Settings
Create settings from the given settings.Settings.lock()
Locks these settings for further modifications, making this instance immutable.Maps the supertypefrom
supertype to 'to' subtype.Creates a new instance of settings by merging given settings with these settings.<T> Settings
Settings.set
(SettingKey<T> key, T value) Set the setting with the given key to the specified value.Methods in org.instancio.settings with parameters of type Settings -
Uses of Settings in org.instancio.spi
Methods in org.instancio.spi that return SettingsModifier and TypeMethodDescriptionServiceProviderContext.getSettings()
Returns a read-only instance of theSettings
.