Uses of Interface
org.instancio.FeedApi
Packages that use FeedApi
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Contains classes related to
Feed.-
Uses of FeedApi in org.instancio
Subinterfaces of FeedApi in org.instancioModifier and TypeInterfaceDescriptioninterfaceInstancioFeedApi<F extends Feed>An API for customising the properties of aFeed.Methods in org.instancio that return FeedApiModifier and TypeMethodDescriptionFeedApi.dataAccess(FeedDataAccess feedDataAccess) Specifies the data access mode for the feed (sequential or random).FeedApi.formatOptions(FormatOptionsProvider provider) Specifies the data format options of aFeed, for example:FeedApi.formatType(FeedFormatType feedFormatType) Specifies the data format type for the feed, such as CSV (by default) or JSON, for example:FeedApi.onDataEnd(FeedDataEndAction feedDataEndAction) Specifies the action to take when the end of the data feed is reached.FeedApi.withTagKey(String tagKey) Specifies the tag key for filtering records in the data feed.FeedApi.withTagValue(String tagValue) Specifies the tag value of the records to fetch. -
Uses of FeedApi in org.instancio.feed
Methods in org.instancio.feed that return FeedApiModifier and TypeMethodDescriptionFeedProvider.get(FeedProvider.FeedBuilderFactory feed) Configures aFeedinstance using the specified builder.Creates a feed instance of the specified feed class.default FeedApiCreates a feed instance for the specified file path.default FeedApiFeedProvider.FeedBuilderFactory.ofInputStream(InputStream inputStream) Creates a feed instance for the specified input stream.default FeedApiFeedProvider.FeedBuilderFactory.ofResource(String name) Creates a feed instance for the specified classpath resource.default FeedApiCreates a feed instance with the given data.