Uses of Enum
org.instancio.settings.AssignmentType
Packages that use AssignmentType
-
Uses of AssignmentType in org.instancio.settings
Subclasses with type arguments of type AssignmentType in org.instancio.settingsModifier and TypeClassDescriptionenumA setting that specifies whether objects should be populated via fields or methods.Fields in org.instancio.settings with type parameters of type AssignmentTypeModifier and TypeFieldDescriptionstatic final SettingKey<AssignmentType> Keys.ASSIGNMENT_TYPESpecifies whether to assign values using fields or methods; default isFIELD; property nameassignment.type.Methods in org.instancio.settings that return AssignmentTypeModifier and TypeMethodDescriptionstatic AssignmentTypeReturns the enum constant of this type with the specified name.static AssignmentType[]AssignmentType.values()Returns an array containing the constants of this enum type, in the order they are declared.