Skip to content

Add Formatter support to DataBinder [SPR-6015] #10684

Closed
@spring-projects-issues

Description

@spring-projects-issues

Keith Donald opened SPR-6015 and commented

Support for the Formatter/FormatterRegistry SPI/API should be added to DataBinder, as an alternative to working with PropertyEditors. Existing PropertyEditor support should remain unaffected.

New proposed methods:
registerFormatter(Class type, Formatter formatter); registerFormatter(Class type, String field, Formatter formatter);
setFormatterRegistry(FormatterRegistry);


Issue Links:

Referenced from: commits 20f5f99

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions