Uses of Enum
org.instancio.settings.FeedDataTrim
Packages that use FeedDataTrim
Package
Description
Contains classes related to
Feed.Provides classes for overriding settings at runtime.
-
Uses of FeedDataTrim in org.instancio.feed
Methods in org.instancio.feed with parameters of type FeedDataTrimModifier and TypeMethodDescriptionFormatOptionsProvider.FormatOptions.CsvFormatOptions.trim(FeedDataTrim feedDataTrim) Specifies whether values should be trimmed of whitespace. -
Uses of FeedDataTrim in org.instancio.settings
Fields in org.instancio.settings with type parameters of type FeedDataTrimModifier and TypeFieldDescriptionstatic final SettingKey<FeedDataTrim> Keys.FEED_DATA_TRIMSpecifies the trimming mode for feed data; default isUNQUOTED; property namefeed.data.trim.Methods in org.instancio.settings that return FeedDataTrimModifier and TypeMethodDescriptionstatic FeedDataTrimReturns the enum constant of this type with the specified name.static FeedDataTrim[]FeedDataTrim.values()Returns an array containing the constants of this enum type, in the order they are declared.