aesteve / nubes

Annotation layer on top of Vert.x 3
Apache License 2.0
120 stars 35 forks source link

Use JSR 303 for bean validation #62

Open aesteve opened 8 years ago

aesteve commented 8 years ago

Whenever mapping body to a method parameter, check if bean validation is available is in the classpath. If it is, use it to validate the bean or fail with 400 and a proper error message.