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