Uses of Enum
org.instancio.settings.OnSetMethodNotFound
Packages that use OnSetMethodNotFound
-
Uses of OnSetMethodNotFound in org.instancio.settings
Subclasses with type arguments of type OnSetMethodNotFound in org.instancio.settingsModifier and TypeClassDescriptionenumA setting that specifies what should happen if a setter cannot be resolved.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.Methods in org.instancio.settings 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.