The validation seems to run post object creation, ...
# announcements
j
The validation seems to run post object creation, so if I have
Copy code
data class User(val email: String, val password: String)
And someone posts
{"email":"test"}
It errors out with
Null param where not null expected User.<init>