Uses of Interface
org.instancio.feed.FeedSpecAccessors
Packages that use FeedSpecAccessors
-
Uses of FeedSpecAccessors in org.instancio.feed
Subinterfaces of FeedSpecAccessors in org.instancio.feedModifier and TypeInterfaceDescriptioninterfaceThis 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.