-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Daniel IfCore opened SPR-6504 and commented
I would like to have a Collection annotated with a formatter where the formatter will be applied to the elements of the collection.
Example:
@NumberFormat(pattern = "#,###.000")
private Collection<Double> values;
Affects: 3.0 RC3
Issue Links:
- Path-binding does not work when conversionService is used and the last path element is of array type [SPR-6501] #11167 Path-binding does not work when conversionService is used and the last path element is of array type
- BeanWrapper Binding with ConversionService: Annotation-driven type conversion rules not applied to List elements [SPR-7348] #12007 BeanWrapper Binding with ConversionService: Annotation-driven type conversion rules not applied to List elements
Referenced from: commits e161c93
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement