Package org.instancio.feed
Interface FeedProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provider interface for building
Feed instances.- Since:
- 5.0.0
-
Method Details
-
get
Configures aFeedinstance using the specified builder.Refer to the
InstancioApi.applyFeed(TargetSelector, FeedProvider)Javadoc for sample usage.- Parameters:
feed- builder for configuring a feed instance- Returns:
- a configured feed
- Since:
- 5.0.0
-