Uses of Interface
org.instancio.feed.Feed
Packages that use Feed
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Contains classes related to
Feed.-
Uses of Feed in org.instancio
Classes in org.instancio with type parameters of type FeedModifier and TypeInterfaceDescriptioninterfaceInstancioFeedApi<F extends Feed>An API for customising the properties of aFeed.Methods in org.instancio with type parameters of type FeedModifier and TypeMethodDescriptionstatic <F extends Feed>
FInstancio.createFeed(Class<F> type) Creates a feed of the specified type.static <F extends Feed>
InstancioFeedApi<F> Builder version ofInstancio.createFeed(Class)that allows customising the feed's properties.Methods in org.instancio with parameters of type FeedModifier and TypeMethodDescriptionBaseApi.applyFeed(TargetSelector selector, Feed feed) Applies the providedfeedto the specifiedselector.InstancioApi.applyFeed(TargetSelector selector, Feed feed) Applies the providedfeedto the specifiedselector.InstancioCartesianProductApi.applyFeed(TargetSelector selector, Feed feed) Applies the providedfeedto the specifiedselector. -
Uses of Feed in org.instancio.feed
Methods in org.instancio.feed with type parameters of type Feed