with Validation
Deprecated
Use creating().withValidation() instead
Replace with
creating(outputClass).withValidation(validation)Content copied to clipboard
Set whether to validate created objects.
Parameters
validation
true to validate created objects; false otherwise. Defaults to true.