Uses of Enum
org.instancio.assignment.OnSetFieldError
Packages that use OnSetFieldError
Package
Description
Contains classes for configuring how generated values get assigned.
Provides classes for overriding settings at runtime.
-
Uses of OnSetFieldError in org.instancio.assignment
Methods in org.instancio.assignment that return OnSetFieldErrorModifier and TypeMethodDescriptionstatic OnSetFieldErrorReturns the enum constant of this type with the specified name.static OnSetFieldError[]OnSetFieldError.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OnSetFieldError in org.instancio.settings
Fields in org.instancio.settings with type parameters of type OnSetFieldErrorModifier and TypeFieldDescriptionstatic final SettingKey<OnSetFieldError>Keys.ON_SET_FIELD_ERRORSpecifies what should happen if an error occurs setting a field's value; default isIGNORE; property nameon.set.field.error.