Concept Flow - Whitelist and transform options
Receive incoming request data
Apply ValidationPipe with options
Whitelist enabled?
Remove extra props
Pass validated and transformed data to handler
Response
Incoming data is checked by ValidationPipe; if whitelist is on, extra properties are removed; if transform is on, data types convert to expected classes before reaching the handler.