Uses of Interface
org.instancio.feed.FeedSpecAnnotations

Packages that use FeedSpecAnnotations
Package
Description
Contains classes related to Feed.
  • Uses of FeedSpecAnnotations in org.instancio.feed

    Modifier and Type
    Interface
    Description
    interface 
    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 the generate() method. Mapping feed data to an object using applyFeed(). Using a feed instance as a parameterized test argument.