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