Uses of Interface
org.instancio.InstancioGenApi
Packages that use InstancioGenApi
-
Uses of InstancioGenApi in org.instancio
Methods in org.instancio that return InstancioGenApiModifier and TypeMethodDescriptionstatic InstancioGenApiInstancio.gen()A shorthand API for generating simple value types, such as strings, numbers, dates, etc.<V> InstancioGenApiInstancioGenApi.withSetting(SettingKey<V> key, V value) Overrides the setting for the givenkeywith the specifiedvalue.InstancioGenApi.withSettings(Settings settings) Merges the specifiedSettingswith the current settings, allowing for the addition and update of settings.