Uses of Enum
org.instancio.settings.FeedFormatType
Packages that use FeedFormatType
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Provides classes for overriding settings at runtime.
-
Uses of FeedFormatType in org.instancio
Methods in org.instancio with parameters of type FeedFormatTypeModifier and TypeMethodDescriptionFeedApi.formatType(FeedFormatType feedFormatType) Specifies the data format type for the feed, such as CSV (by default) or JSON, for example:InstancioFeedApi.formatType(FeedFormatType feedFormatType) Specifies the data format type for the feed, such as CSV (by default) or JSON, for example: -
Uses of FeedFormatType in org.instancio.settings
Fields in org.instancio.settings with type parameters of type FeedFormatTypeModifier and TypeFieldDescriptionstatic final SettingKey<FeedFormatType> Keys.FEED_FORMAT_TYPESpecifies the feed format type; default isCSV; property namefeed.format.type.Methods in org.instancio.settings that return FeedFormatTypeModifier and TypeMethodDescriptionstatic FeedFormatTypeReturns the enum constant of this type with the specified name.static FeedFormatType[]FeedFormatType.values()Returns an array containing the constants of this enum type, in the order they are declared.