Skip to content

Expose setter for ConversionService to be set in a DataBinder, or publicly available property [SPR-6108] #10776

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions