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