Does scala suport JSR-303 validation?

前端 未结 2 1278
闹比i
闹比i 2021-01-06 16:40

Does scala supports JSR-303 validation?

If it does - could you please write an example?

If it does not - are there workarou

2条回答
  •  暖寄归人
    2021-01-06 17:44

    Sure!

    However, custom annotations are needed for Scala types, as well as custom handling of collections.

    If there is any interest, I'll opensource my implementation.

提交回复
热议问题