Uses of Enum
org.instancio.settings.OnFeedPropertyUnmatched
Packages that use OnFeedPropertyUnmatched
-
Uses of OnFeedPropertyUnmatched in org.instancio.settings
Fields in org.instancio.settings with type parameters of type OnFeedPropertyUnmatchedModifier and TypeFieldDescriptionstatic final SettingKey<OnFeedPropertyUnmatched> Specifies what should happen if a feed property is unmatched when using theapplyFeed()method; default isFAIL; property nameon.feed.property.unmatched.Methods in org.instancio.settings that return OnFeedPropertyUnmatchedModifier and TypeMethodDescriptionstatic OnFeedPropertyUnmatchedReturns the enum constant of this type with the specified name.static OnFeedPropertyUnmatched[]OnFeedPropertyUnmatched.values()Returns an array containing the constants of this enum type, in the order they are declared.