We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Dave Syer opened SPR-6108 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