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) InstancioApi.withSettings(Settings settings) -
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 SettingsSettings.create()Creates a new instance of empty settings.static SettingsSettings.defaults()Creates a new instance containing default settings.static SettingsCreate settings from the given map.static SettingsCreate settings from the given settings.Settings.lock()Locks these settings for further modifications, making this instance immutable.Maps the supertypefromsupertype to 'to' subtype.Creates a new instance of settings by merging given settings with these settings.<T> SettingsSettings.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.