Uses of Enum
org.instancio.settings.SetterStyle
Packages that use SetterStyle
-
Uses of SetterStyle in org.instancio.settings
Subclasses with type arguments of type SetterStyle in org.instancio.settingsModifier and TypeClassDescriptionenumSpecifies the style of setter to use whenAssignmentType.METHODis enabled.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.Methods in org.instancio.settings 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.