Uses of Enum
org.instancio.settings.OnSetFieldError
Packages that use OnSetFieldError
-
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.Methods in org.instancio.settings 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.