Uses of Enum
org.instancio.assignment.SetterStyle
Packages that use SetterStyle
Package
Description
Contains classes for configuring how generated values get assigned.
Provides classes for overriding settings at runtime.
-
Uses of SetterStyle in org.instancio.assignment
Methods in org.instancio.assignment that return SetterStyleModifier and TypeMethodDescriptionstatic SetterStyleReturns the enum constant of this type with the specified name.static SetterStyle[]SetterStyle.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SetterStyle in org.instancio.settings
Fields in org.instancio.settings with type parameters of type SetterStyleModifier and TypeFieldDescriptionstatic final SettingKey<SetterStyle>Keys.SETTER_STYLEIndicates the naming convention of setter methods to use; default isSET; property namesetter.style.