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