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