Primitive wrappers support for list decoding
Brought to you by:
springerw
The @BoundList annotation doesn't support primitive wrappers classes (Integer, Float, Boolean,...) whereas @BoundNumer does.
It would be great to have this support otherwise it is necessary to create a new specific wrapper with the right annotation on its member.