aesteve / nubes

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

Parameter adapter for Boolean.class #68

Closed morteza closed 7 years ago

morteza commented 7 years ago

I'm using @Params to decode a FormData, but "DefaultParameterAdapter" cannot parse a boolean field to set appropriate value in my bean. It always returns bad request error (400).

aesteve commented 7 years ago

Thanks for reporting, I'll give it a look as soon as I can