Package org.instancio.assignment


package org.instancio.assignment
Contains classes for configuring how generated values get assigned.
Since:
2.1.0
  • Enums
    Class
    Description
    A setting that specifies whether objects should be populated via fields or methods.
    A setting that specifies what should happen if an error occurs when setting a field's value.
    A setting that specifies what should happen if an error occurs during a setter method invocation.
    A setting that specifies what should happen if a setter cannot be resolved.
    Specifies the style of setter to use when AssignmentType.METHOD is enabled.