mapper() * ->map(Email::class, [ * 'userName' => 'john.doe', * 'domainName' => 'example.com', * ]); // john.doe@example.com * ``` * * @api */ #[Attribute(Attribute::TARGET_METHOD)] final class Constructor {}