This commit fixes the binder so that it property identifies JavaBean accessors. Previously an accessor named `get` or `is` was identified. Similarly, a setter named `set` was identified. Closes gh-12363