Uses of Enum
org.instancio.assignment.AssignmentType
Packages that use AssignmentType
Package
Description
Contains classes for configuring how generated values get assigned.
Provides internal utility classes.
Provides classes for overriding settings at runtime.
-
Uses of AssignmentType in org.instancio.assignment
Methods in org.instancio.assignment 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. -
Uses of AssignmentType in org.instancio.internal.util
Methods in org.instancio.internal.util that return 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 how to assign values via reflection, using fields or methods; default isFIELD; property nameassignment.type.