Uses of Package
org.instancio.feed
Packages that use org.instancio.feed
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Contains classes related to
Feed.-
Classes in org.instancio.feed used by org.instancioClassDescriptionProvides a
DataSourceusing the specifiedDataSourceProvider.DataSourceFactory.This interface provides support for using data from external sources (such as CSV or JSON files) and enables the following use cases: Generating values using methods defined by a feed. Populating values via thegenerate()method. Mapping feed data to an object usingapplyFeed(). Using a feed instance as a parameterized test argument.Provider interface for buildingFeedinstances.Provides aFormatOptionsProvider.FormatOptionsusing the specifiedFormatOptionsProvider.FormatOptionsFactory. -
Classes in org.instancio.feed used by org.instancio.feedClassDescriptionA data source for specs defined by a
Feed.CreatesDataSourceobjects from various underlying sources.This interface provides support for using data from external sources (such as CSV or JSON files) and enables the following use cases: Generating values using methods defined by a feed. Populating values via thegenerate()method. Mapping feed data to an object usingapplyFeed(). Using a feed instance as a parameterized test argument.Factory for building instances of aFeed.The return type for spec methods declared by aFeed.Defines built-in accessors for aFeed.Defines annotations that can be used withFeedSpecmethods.Marker interface for supported data formats.Interface for configuring CSV data format options.CreatesFormatOptionsProvider.FormatOptionsobjects for supported data format types.