finalize
ofDataTransferObject
is now private an will be called at the end offrom
.
- Renamed trait
From
toDataTransfer
- Improved Type so that it can even detect generic arrays
- Validations can now be configured with a ValidationStrategy to fail fast (default) or to collect all failures.
The non-fast failure collection and handling can be configured by either implementing your own ValidationStrategy or by overriding
FailureCollection
andFailureHandler
.
Call
. Cast can be used for the most common tasks instead ofCall
.