1. How can I use BeanUtils copyProperties to copy from boolean to Boolean? stackoverflow.comBeanUtils copyProperties, out of the box, doesn't seem to handle copying from Boolean object properties to boolean primitive properties. I figured I could create and register a converter to handle this, but ... |