Uses of Interface
org.instancio.InstancioFeedApi
Packages that use InstancioFeedApi
-
Uses of InstancioFeedApi in org.instancio
Methods in org.instancio that return InstancioFeedApiModifier and TypeMethodDescriptionInstancioFeedApi.dataAccess(FeedDataAccess feedDataAccess) Specifies the data access mode for the feed (sequential or random).InstancioFeedApi.formatOptions(FormatOptionsProvider provider) Specifies the data format options of aFeed, for example:InstancioFeedApi.formatType(FeedFormatType feedFormatType) Specifies the data format type for the feed, such as CSV (by default) or JSON, for example:static <F extends Feed>
InstancioFeedApi<F> Builder version ofInstancio.createFeed(Class)that allows customising the feed's properties.InstancioFeedApi.onDataEnd(FeedDataEndAction feedDataEndAction) Specifies the action to take when the end of the data feed is reached.InstancioFeedApi.withDataSource(DataSourceProvider provider) Specifies the data source for aFeed, for example:<V> InstancioFeedApi<F> InstancioFeedApi.withSetting(SettingKey<V> key, V value) Overrides the setting for the givenkeywith the specifiedvalue.InstancioFeedApi.withSettings(Settings settings) Merges the specifiedSettingswith the current settings, allowing for the addition and update of settings.InstancioFeedApi.withTagKey(String tagKey) Specifies the tag key for filtering records in the data feed.InstancioFeedApi.withTagValue(String tagValue) Specifies the tag value of the records to fetch.