Package org.instancio.feed
Interface FormatOptionsProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides a
FormatOptionsProvider.FormatOptions using the specified FormatOptionsProvider.FormatOptionsFactory.- Since:
- 5.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceMarker interface for supported data formats.static interfaceCreatesFormatOptionsProvider.FormatOptionsobjects for supported data format types. -
Method Summary
Modifier and TypeMethodDescriptionConfigures format options using the givenfactory.
-
Method Details
-
get
@ExperimentalApi FormatOptionsProvider.FormatOptions get(FormatOptionsProvider.FormatOptionsFactory factory) Configures format options using the givenfactory.- Parameters:
factory- the factory for creating the data format- Returns:
- the created data source
- Since:
- 5.0.0
-