**[Dave Syer](https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer)** opened **[SPR-6108](https://jira.spring.io/browse/SPR-6108?redirect=false)** and commented Need to be able to avoid the ugly cast in this: ``` ConfigurablePropertyAccessor accessor = ((AbstractPropertyBindingResult) binder.getBindingResult()) .getPropertyAccessor(); accessor.setConversionService(...); ``` --- **Affects:** 3.0 M3, 3.0 M4