Uses of Interface
org.instancio.SettingsApi
Packages that use SettingsApi
-
Uses of SettingsApi in org.instancio
Subinterfaces of SettingsApi in org.instancioModifier and TypeInterfaceDescriptioninterfaceInstancioApi<T>Instancio API for generating instances of a class populated with random data.interfaceProvides an API for generating the Cartesian product.interfaceInstancio API for defining type parameters for generic classes.interfaceInstancio API for generating collections populated with random data.interfaceInstancioFeedApi<F extends Feed>An API for customising the properties of aFeed.interfaceA shorthand API for generating value types, such as strings, numbers, dates, etc.Methods in org.instancio that return SettingsApiModifier and TypeMethodDescription<V> SettingsApiSettingsApi.withSetting(SettingKey<V> key, V value) Overrides the setting for the givenkeywith the specifiedvalue.SettingsApi.withSettings(Settings settings) Merges the specifiedSettingswith the current settings, allowing for the addition and update of settings.